﻿@charset "utf-8";
/* CSS Document */

/*-----whole-----*/
/*-----whole-----*/
html {
	font-size: 100px;
}

body {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
	overflow-x: hidden;
}

.contain {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*初始化按钮*/
.btn {
	display: inline-block;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}

.btn span {
	display: inline-block;
}

input.text,textarea.text {
	display: block;
	padding: 0px;
	width: 100%;
	border: 0px;
	background: none;
	margin: 0px;
	resize: none;
}

/*--- Header ---*/
.Header-wrapper {
	z-index: 99;
}
.header-container1{
	height: 40px;
	background: #1E7686;
}
.header-container1 .clearfix{
	width: 1280px;
	margin: 0 auto;
}
.header-container1 .fl{
	color: white;
}
.header-container1 .fl p{
	line-height: 40px;
}
.header-container1 .fr span{
	line-height:40px; 
	display:inline-block;
	color:#FFFFFF
}
.header-container1 .fr span:nth-child(1){ 
	background:url(../images/tel.png) left center no-repeat; 
	text-indent:30px;
}
.header-container1 .fr span:nth-child(2){ 
	background:url(../images/email.png) left center no-repeat; 
	text-indent:30px; 
	margin-left:25px;
}

.Header-wrapper .Header-cl {
	position: relative;
}

.header-container {
	width: 100%;
	background: #fff;
	z-index: 90;
}

.header-container .contain {
	position: relative;
	width: 1280px;
}

.H-action {
	position: absolute;
	right: 0px;
	top: 0px;
}
.ind-engin1{
    background: #EBF9F2;
}
/*logo*/
.H-logo {
	position: absolute;
	overflow: hidden;
	z-index: 5;
	margin-top: 16px;
}

.H-logo img.rollover {
	display: none;
}

.web-logo {
	display: none;
}

.H-action {
	float: right;
	height: 50px;
	line-height: 50px;
}

.H-action .head-link {
	float: left;
	font-size: 13px;
	color: #666;
}

.head-link .H-ct {
	background: url(../images/icon-top-tel.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 30px;
}

.head-link .H-join {
	background: url(../images/icon-top-join.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 30px;
}

.H-action .head-link a:hover {
	color: #6e1b2b;
}

.H-lang,.H-user,.H-srch {
	height: 50px;
	float: left;
}

/*Hlang*/
.H-lang {
	position: relative;
}

.H-lang .Hlang-menu {
	display: block;
	width: 53px;
	height: 100%;
	background: url(../images/icon-top-en.png) no-repeat left center;
	transition: none;
	-webkit-transition: none;
	padding-left: 20px;
	font-size: 13px;
	color: #666;
}

.Hlang-menu.cur {
	background: url(../images/icon-top-en.png) no-repeat left center;
}

.Hlang-box {
	padding: 20px 0px;
	width: 200px;
	box-shadow: 1px 1px 10px #666;
	background: #fff;
	position: absolute;
	top: 50px;
	left: -76px;
	display: none;
	z-index: 99;
}

.Hlang-box:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -8px;
	left: 50%;
	margin: 0 0 0 -4px;
}

.Hlang-box a {
	display: block;
	padding: 5px 10px 5px 60px;
	line-height: 30px;
	background-repeat: no-repeat !important;
	background-position: 20px center !important;
}

.Hlang-box a:hover {
	color: #fff;
	background: #0062b2;
}

.Hlang-box a.CN {
	background-image: url(../images/icon-cn.png);
}

.Hlang-box a.JP {
	background-image: url(../images/icon-jp.png);
}

.Hlang-box a.EN {
	background-image: url(../images/icon-en.png);
}

/*Hsrch*/
.H-srch {
	margin-right: 15px;
}

.H-srch .Hsrch-menu {
	display: block;
	width: 35px;
	height: 50px;
	background: url(../images/icon-top-sq.png) no-repeat center center;
}

.Hsrch-box {
	width: 100%;
	height: 55px;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	position: absolute;
	z-index: 2;
}

.Hsrch-block {
	padding: 0 0 0 0;
	width: 3rem !important;
	height: 32px;
	margin: 14px auto 0;
}

.Hsrch-block .btn {
	width: 24px;
	height: 32px;
	background: url(../images/icon-hsrch2.png) no-repeat center center;
	float: left;
}

.Hsrch-block .close {
	display: block;
	width: 24px;
	height: 32px;
	background: url(../images/icon-close.png) no-repeat center center;
	float: right;
}

.Hsrch-block .text {
	width: 70%;
	height: 32px;
	font-size: 16px;
	float: left;
	margin: 0 0 0 10px;
}

.Hsrch-block .text::-webkit-input-placeholder {
	color: #6f6f6f;
}

.Hsrch-menu.cur {
	display: none;
}

.Header-wrapper .H-logo img {
	/*display: none;*/
}

.Header-wrapper .H-logo img.rollover {
	display: inline-block;
}
.H-nav .current{
    border-bottom: 2px solid #862135;
}
/*Hnav*/
.H-nav {
	width: 67%;
	margin-top: 60px;
	float: right;
}

.H-nav>li {
	padding: 0;
	margin-left: 30px;
	float: left;
	position: relative;
}

.H-nav>li:first-child {
	margin-left: 0;
}

/*.H-nav>li:nth-child(4) {
	margin-right: 18%;
}*/

.H-nav .Hnav-menu {
	display: block;
	height: 40px;
	font-size: 16px;
	color: #333;
	position: relative;
}

.H-nav .Hnav-menu:after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #862135;
	content: "";
	opacity: 0;
}

.H-nav .Hnav-menu:hover:after,.H-nav>li.cur a:after {
	/*opacity: 1;*/
}

.H-nav .Hnav-menu:hover {
	color: #862135;
}

.Hnav-menu i {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/icon-dd1.png) no-repeat center center / 14px auto;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}
.s-side_ul .current{
    background: #01cbd3;
    color: #fff;
}
.s-side_ul .current:hover span{
    color: #fff;
}
.Hnav-menu.cur i {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.Hnav-sub {
	padding: 0px;
	width: 170px;
	text-align: center;
	background: #862135;
	position: absolute;
	top: 40px;
	left: -55px;
	display: none;
	z-index: 99;
}

.HnavSub-list {
	width: 100%;
}

.HnavSub-list li a {
	display: block;
	height: 50px;
	padding: 0px 15px;
	line-height: 50px;
	color: #fff;
}

.H-nav>li.cur .Hnav-menu {
	color: #6e1b2b;
}

.HnavSub-list li.cur a,
.HnavSub-list li a:hover {
	background: #6e1b2b;
}

.bdshare-button-style0-16 a {
	float: left!important;
	font-size: 18px !important;
	padding-left: 25px !important;
	line-height: 24px !important;
	height: 24px !important;
	background-image: url(../images/icons_0_24.png) !important;
}

@media all and (min-width:980px) {
	.H-lang:hover .Hlang-box {
		display: block;
		animation: fadeInUp .6s ease-in-out;
		-webkit-animation: fadeInUp .6s ease-in-out;
	}

	.H-nav>li:hover .Hnav-sub {
		display: block;
		animation: fadeInDown .6s ease-in-out;
		-webkit-animation: fadeInDown .6s ease-in-out;
	}
}

/*right menu*/
@keyframes fadeInUp {
	0% {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes fadeInDown {
	0% {
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

/*--- Footer ---*/
.footer {
}

.footer .f_box01 {
	background: #1e7686;
	padding: 50px 0 30px;
}

.footer p .title {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 8px;
	font-family: 'HelveticaNeue-Medium.otf';
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}

.footer p .title:hover {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}

.f_box01 dl {
	padding: 20px 0 0;
	border-top: solid 1px #ffffff;
	margin: -1px 0 0;
}
.pro_foot dd{
	width: 160px;
	float: left;
}
.pro_foot dd:nth-child(odd){
	margin-right: 30px
}
.f_box01 .column01 dd,.f_box01 .column01 dd a,.f_box01 .column02 dd a {
	font-size: 14px;
	color: #ffffff;
}

.f_box01 .column01 dd {
	line-height: 32px;
}

.f_box01 .column01 dd i {
	display: inline-block;
	width: 22px;
	height: 21px;
	background: url(../images/icons.png) no-repeat;
	margin: 5px 8px 0 0;
	float: left;
}

.f_box01 .column01 .f_tel i {
	background-position: 0 -40px;
}

.f_box01 .column01 .f_fax i {
	background-position: 0 -70px;
}

.f_box01 .column01 .f_mail i {
	background-position: 0 -100px;
}

.f_box01 .column01 .f_mail a {
	border-bottom: solid 1px #ffffff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}

.f_box01 .column01 .f_mail a:hover {
	color: #fff;
}

.f_box01 .column01 .f_add {
	overflow: hidden;
	zoom: 1;
}

.f_box01 .column01 .f_add p {
	float: left;
	width: 88%;
}

.f_box01 .column01 .f_add span {
	font-size: 12px;
}

.f_box01 .column01 .f_add i {
	background-position: 0 -133px;
	float: left;
	margin-top: 2px;
}

.f_box01 .column01 .f_sky a {
	float: left;
	display: inline-block;
	margin-right: 15px;
}

.f_box01 .column01 .f_sky i {
	background-position: -31px -40px;
}

.f_box01 .column02 dd i {
	display: inline-block;
	width: 3px;
	/*height: 3px;*/
	background: #fff;
	vertical-align: middle;
	margin-right: 12px;
}

.f_box01 .column02 dd a {
	line-height: 28px;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
	width: 160px;
	overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
        display: block;
}

.f_box01 .column02 dd a:hover {
	color: #fff;
}

.f_box01 .column03 dd {
	text-transform: uppercase;
	font-size: 12px;
	color: #bbb;
	width: 96%;
	margin-bottom: 15px;
}

.f_box01 .column03 textarea {
	height: 116px;
	background: ffffff;
	border: none;
	width: 100%;
	padding: 10px 0 0 10px;
}

.f_box01 .column03 input {
	height: 38px;
	background: ffffff;
	border: none;
	padding-left: 10px;
	width: 100%;
}

.f_box01 .column03 .inqury_send {
	background: #fd6520;
	color: #fff;
	width: 18.9%;
	padding-left: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}

.f_box01 .column03 .inqury_send:hover {
	background: #fc5103;
}

.f_box01 .column03 .inqury_name {
	width: 80%;
}

.footer .f_box02 {
	background: #1c6370;
	padding: 5px 0;
}

.f_box02 .f_nav {
	color: #ffffff;
	text-align: center;
}

.f_box02 .f_nav a {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 5px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.f_box02 .f_nav a:hover {
	color: #fff;
}

.f_box02 .copyright {
	text-align: center;
	color: #ffffff;
}

.f_box02 .f_links {
	width: 396px;
	margin: 0 auto 5px;
	overflow: hidden;
	zoom: 1;
}

.f_box02 .f_links a {
	display: inline-block;
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 13px;
	background: url(../images/icons.png) no-repeat;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: background-color 1s,-webkit-transform 1s;
	-moz-transition: background-color 1s, -moz-transform 1s;
	-webkit-transition: background-color 1s, -webkit-transform 1s;
	-o-transition: background-color 1s, -o-transform 1s;
}

.f_box02 .f_links .f_link01 {
	background-position: -52px 10px;
}

.f_box02 .f_links .f_link02 {
	background-position: -56px -28px;
}

.f_box02 .f_links .f_link03 {
	background-position: -56px -68px;
}

.f_box02 .f_links .f_link04 {
	background-position: -103px 10px;
}

.f_box02 .f_links .f_link05 {
	background-position: -101px -30px;
}

.f_box02 .f_links .f_link06 {
	background-position: -104px -68px;
}

.f_box02 .f_links .f_link07 {
	background-position: -57px -112px;
}

.f_box02 .f_links a:hover {
/*	transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);*/
	background-color: #17535e;
}
.copyright a{
	color: #cacaca;
}
.col-md-4 {
	width: 33.333333%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}



.f_box01 .container {
	width: 1200px;
	margin: 0 auto;
}

.foot_sub{
	width: 40% !important;
	float: left;
	background: #00b0d0;
	color: white;
	font-size: 16px;
	padding-left: 0 !important;
}
.foot_sub:hover{
	cursor: pointer;
}
.foot_reset{
	width: 40% !important;
	float: right;
	color: white;
	background: #289bb0;
	font-size: 16px;
	padding-left: 0 !important;
}
.foot_reset:hover{
	cursor: pointer;
}


/*--- Banner ---*/
/*#index-bnr {
	height: 560px;
}*/

.bnr-img {
	display: block;
	width: 100%;
	height: auto;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

/*.index-bnr .bnr-img {
	height: 560px;
}*/
.index-bnr .bnr-img img{
	display: block;
    height: auto;
    max-width: 100%;
}


.index-bnr .swiper-pagination {
	font-size: 0px;
	bottom: 27px!important;
	opacity: 1;
}

.index-bnr .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	border-radius: 0px;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 8px;
	opacity: 1;
}
/* .index-bnr .swiper-pagination-bullet-active{background:#6e1b2b;} */
.index-bnr .swiper-pagination .swiper-pagination-bullet i {
	display: block;
	width: 100%;
	height: 100%;
	background: #6e1b2b;
	position: absolute;
	left: -100%;
	top: 0px;
}

.index-bnr .bnr-bg {
	width: 100%;
	height: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	top: 0px;
	left: 0px;
}

.iBnr1-box .go {
	width: 140px;
	height: 42px;
	line-height: 42px;
	display: block;
	margin: 0px auto;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	position: relative;
}

.iBnr1-box .go span {
	position: relative;
	z-index: 3;
}

.glide-btn {
	overflow: hidden;
}

.glide-btn:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #6e1b2b;
	position: absolute;
	top: 0px;
	left: -100%;
}

.glide-btn:hover {
	color: #fff;
	border-color: #6e1b2b !important;
}

.glide-btn:hover:after {
	left: 0px;
}

.glide-btn:after,.glide-btn {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/*iBnr-1*/
.iBnr1-box {
	text-align: center;
	color: #fff;
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 40%;
	width: 1200px;
	margin-left: -600px;
	text-align: center;
}

.iBnr1-box .t1 {
	font-size: 48px;
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
	opacity: 0;
	transition: all .6s ease-in-out .2s;
	-webkit-transition: all .6s ease-in-out .2s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
}

.iBnr1-box .t2 {
	line-height: 76px;
	font-weight: lighter;
	margin-bottom: 30px;
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
	opacity: 0;
	transition: all .6s ease-in-out .2s;
	-webkit-transition: all .6s ease-in-out .2s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
}

.iBnr1-box .go {
	transition-delay: .8s;
	-webkit-transition-delay: .8s;
	opacity: 0;
	transition: all .6s ease-in-out .2s;
	-webkit-transition: all .6s ease-in-out .2s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
}

.iBnr1-box .t2 {
	transition: all 1s ease-in-out .2s;
	-webkit-transition: all 1s ease-in-out .2s;
}

.swiper-slide.swiper-slide-active .iBnr1-box .t1,.swiper-slide.swiper-slide-active .iBnr1-box .t2,.swiper-slide.swiper-slide-active .go {
	transform: translate(0,0) scale(1);
	-webkit-transform: translate(0,0) scale(1);
	opacity: 1;
}

.iBnr1-box .t2 {
	line-height: 34px;
	font-size: 26px;
	margin: 15px 0 20px;
}

.iBnr1-box .iBnr1-block {
	width: 830px;
	height: 267px;
	background: url(../images/ibnr1-bg.png) no-repeat center center / cover;
	position: relative;
	margin: -28px 0 0;
}

.iBnr1-block .orn1 {
	display: block;
	width: 89px;
	height: 89px;
	line-height: 89px;
	font-size: 18px;
	font-weight: lighter;
	position: absolute;
	left: 0px;
	top: 32px;
}

/*--- Container ---*/


/*翻动效果*/
/*btn*/
.index-link {
	width: 120px;
	margin: 0px auto;
}

.flip-btn {
	display: block;
	width: 114px;
	height: 34px;
	margin: 16px auto 0;
}

.flip-btn .btn {
	width: 112px;
	height: 32px;
	line-height: 32px;
	color: #de9f7d;
	border: 1px solid #de9f7d;
}

.flip-btn .btn.btn2 {
	color: #fff;
	background: #de9f7d;
}

.flip-btn {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-btn,.flip-btn .btn {
	transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
	-webkit-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.flip-btn .btn {
	display: block;
}

.flip-btn .btn.btn1 {
	transform: translateZ(20px);
	-webkit-transform: translateZ(20px);
}

.flip-btn .btn.btn2 {
	transform: rotateX(-90deg) translateZ(-20px);
	-webkit-transform: rotateX(-90deg) translateZ(-20px);
	opacity: 0;
}

.index-link:hover .flip-btn {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.index-link:hover .flip-btn .btn.btn2 {
	opacity: 1;
}

.box1 {
	background: #fff;
	padding: 60px 0;
}

#yw-list {
	margin-top: 30px;
	padding-bottom: 25px;
	width: 1200px;
	margin: 0 auto;
}

#yw-list .swiper-container {
	width: 100%;
	height: 100%;
}

#yw-list .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 20%;
}

#yw-list a.yw-alist {
	display: block;
	text-align: center;
}

#yw-list a.yw-alist span {
	color: #000;
	font-size: 50px;
	font-weight: bold;
	/*border-radius: 50%; border:1px #cedadd solid;*/
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	margin: 0 auto 10px;
}

#yw-list a.yw-alist h3 {
	color: #333;
	font-size: 16px;
	padding-bottom: 8px;
}

#yw-list a.yw-alist p {
	font-size: 12px;
	color: #999;
 /*height:14px;*/
	line-height: 14px;
	margin-bottom: 10px;
	overflow: hidden;
}

#yw-list a.yw-alist:hover span,#yw-list a.yw-alist:active span {
/*border: 1px #5b51c1 solid;*/
	color: #1D7686;
}

#yw-list a.yw-alist:hover h3,#yw-list a.yw-alist:active h3 {
	color: #1D7686;
}

#yw-list .swiper-pagination {
	margin-bottom: -10px;
}

.title1 {
	text-align: center;
	padding-bottom: 10px;
}

.title1 h1 {
	font-size: 34px;
	color: #333;
	padding-bottom: 6px;
}

.title1 h3 {
	font-size: 16px;
}


/*首页*/
.ind-tit1 {
	margin-bottom: 40px;
	position: relative;
}

.ind-flip-page {
	position: absolute;
	right: 0px;
	top: 8px;
	width: 90px;
	height: 40px;
	display: none;
}

.ind-flip-page .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: url(../images/prev.png) no-repeat center / cover;
	text-indent: -9999;
	font-size: 0px;
}

.ind-flip-page .swiper-button-next {
	width: 40px;
	height: 40px;
	background: url(../images/netx.png) no-repeat center / cover;
	text-indent: -9999;
	font-size: 0px;
}

.ind-flip-page .swiper-button-prev {
	left: 0px;
}

.ind-flip-page .swiper-button-next {
	right: 0px;
}

.ind-flip-page .swiper-button-prev:hover {
	background: url(../images/prevon.png) no-repeat center / cover;
}

.ind-flip-page .swiper-button-next:hover {
	background: url(../images/netxon.png) no-repeat center / cover;
}

.ind-tit1 h4 {
	font-size: 34px;
	color: #333;
	text-align: center;

	text-transform: uppercase;
}

.ind-engin .eg-pic img {
	max-width: 100%;
	height: 280px;
	object-fit: cover;
}

.ind-engin .Ieg-pic img {
	max-width: 100%;
	object-fit: cover;
}

.ind-engin .swiper-slide h4 {
	background: #f6f6f6;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	padding: 10px 10px;
}

.ind-engin .swiper-slide h4 a {
	display: block;
}

/*.ind-engin .swiper-slide:hover h4 {
	background: #6e1b2b;
	color: #fff;
}*/

/*.ind-engin .swiper-slide:hover .show {
	display: none;
}

.ind-engin .swiper-slide:hover .hide {
	display: block;
}*/
/*.ind-engin1{
	background: #EBF9F2;
}*/
.ind-engin{
	background:url(../images/ind-enginbg.png) no-repeat center;
	/*background-size: 100% auto;*/
	
}
/* news */
.ind-news .eg-pic img {
	max-width: 100%;
	height: 280px;
	object-fit: cover;
}

.ind-news .Ieg-pic img {
 
	object-fit: cover;
	height: 180px;
}
.ind-news .Ieg-pic{
    border: 1px solid #f2f2f2;
}
.ind-news .swiper-slide h4 {
	background: #f6f6f6;
	text-align: center;
	height: 90px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	padding: 10px 10px 20px;
}

.ind-news .swiper-slide h4 a {
	display: block;
}

.ind-news .swiper-slide:hover h4 {
	color: #fff;
	background: #1e7686;
}

.ind-news .swiper-slide:hover .show {
	display: none;
}

.ind-news .swiper-slide:hover .hide {
	display: block;
}

/*首页工程案例*/
i.line1 {
	display: block;
	width: 30px;
	height: 5px;
	background: #1e7686;
	margin: 20px 0;
}

.ind-case .swiper-slide {
	background: #fff;
}

.ind-case .ind-case-fl {
	width: 50%;
	float: left;
	padding: 50px 45px;
}

.ind-case .ind-case-fl h4 {
	font-size: 24px;
	color: #333;
}

.ind-case .ind-case-fl p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 20px 0;
}

.ind-case .ind-case-fr {
	width: 50%;
	float: right;
}

/*效果*/
.show-more {
	width: 130px;
	height: 42px;
	line-height: 42px;
	display: block;
	color: #1c6370;
	text-align: center;
	border: 1px solid #1e7686;
	position: relative;
}

.show-more span {
	position: relative;
	z-index: 3;
}

.show-more {
	overflow: hidden;
}

.show-more:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #1e7686;
	position: absolute;
	top: 0px;
	left: -100%;
}

.show-more:hover {
	color: #fff;
	border-color: #1e7686 !important;
}

.show-more:hover:after {
	left: 0px;
}

.show-more:after,.show-more {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.ind-msg1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 20px;
	color: #fff;
}
 
.ind-msg1 h4 {
	font-size: 36px;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}

.ind-msg1 p {
	font-size: 18px;
	margin-bottom: 65px;
}

.ind-msg1 .show-more {
	border-color: #fff;
	color: #fff;
}

.ind-msg2 {
	background: #f2f2f2;
	overflow: hidden;
	color: #fff;
}

.ind-msg2 h4 {
	font-size: 36px;
	color: #6e1b2b;
}

.ind-msg2 p {
	font-size: 14px;
	margin-bottom: 54px;
	color: #666;
	line-height: 26px;
	letter-spacing: 1px;
}

.ind-msg2 .contain {
	position: relative;
}

.ind-msg2 .msg-note {
	float: left;
	width: 50%;
	padding: 100px 0;
}
.msg-pic img{
    display: block;
    float: right;
    padding-top: 100px;
}

/*内页banner及文字通用*/
.bann {
	background-size: cover;
	padding: 120px 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 320px;
	text-align: center;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	position: relative;
}

.bann .t1 {
	position: absolute;
	text-align: center;
	margin: 0px auto;
	top: 50%;
	left: 0%;
	transform: translate(0%,-50%);
	width: 100%;
	animation: mymove 1s infinite;
	-webkit-animation: mymove 1s infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes mymove {
	from {
		transform: translateY(-50px);
		opacity: 0.5;
	}

	to {
		transform: translateY(0px);
		;opacity: 1;
	}
}

@-webkit-keyframes mymove {
	from {
		transform: translateY(-50px);
		opacity: 0.5;
	}

	to {
		transform: translateY(0px);
		;opacity: 1;
	}
}

.In-case {
	background: #f6f6f6;
	padding: 50px 0 80px;
}

.In-case ul {
	overflow: hidden;
}

.In-case ul li {
	width: 23.3333333%;
	float: left;
	margin-bottom: 30px;
	margin-right: 2.1953333%;
}

.In-case ul li p img {
	height: 161px;
}

.In-case ul li:nth-child(4n) {
	margin-right: 0;
}

.In-case ul li h4 a {
	display: block;
	height: 70px;
	line-height: 70px;
	color: #666;
	font-size: 16px;
	background: #fff;
	text-align: center;
	padding: 0px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.In-case ul li:hover a {
	background: #6e1b2b;
	color: #fff;
}

/*通用二级导航*/
.pub-cate {
	height: 65px;
	line-height: 65px;
	background: #f2f2f2;
	text-align: center;
}

.pub-cate ul li {
	display: inline-block;
	font-size: 16px;
	color: #333;
}

.pub-cate ul li.cur,.pub-cate ul li:hover {
	background: #6e1b2b;
	color: #fff;
}

.pub-cate ul li a {
	display: block;
	padding: 0px 50px;
}

/*通用面包屑*/
.pubcrumbs {
	padding: 25px 0px;
	background: #fff;
	color: #666;
}

.pubcrumbs a.home {
	background: url(../images/icon_home.png) no-repeat left center;
	padding-left: 20px;
}

.pubcrumbs a:hover {
	color: #6e1b2b;
}


/*台面板特征*/
.Pro-share {
	border-top: 1px solid #eee;
	padding: 60px 0;
}

.Pro-share .zan {
	margin: 0px auto;
	width: 100px;
	color: #666;
	text-align: center;
}

.Pro-share .zan p {
	margin-bottom: 15px;
	cursor: pointer;
}

.Pro-share .contain {
	position: relative;
}

.In-share {
	position: absolute;
	top: 20px;
	right: 0px;
}
/*.In-share .share a{background:url(../images/icon-share.png) no-repeat left center;width:42px;height:42px;}*/
.In-share .share a.bds_more {
}

.In-share .share a.bds_weixin {
	background-position: -50px center;
}

.In-share .share a.bds_tsina {
	background-position: -100px center;
}

.In-share .share a.bds_tqq {
	background-position: -148px center;
}

.In-share .share a.bds_qzone {
	background-position: -197px center;
}

/*.In-share .share a:hover{background:url(../images/icon-shareon.png) no-repeat left center;}
.In-share .share a.bds_weixin:hover{background-position:-50px center;}
.In-share .share a.bds_tsina:hover{background-position:-100px center;}
.In-share .share a.bds_tqq:hover{background-position:-148px center;}
.In-share .share a.bds_qzone:hover{background-position:-197px center;}*/

/*售后服务*/
.ser-wrap {
	background: #f6f6f6;
}

.ser-con {
	background: #fff;
	padding: 70px 50px;
	color: #666;
	line-height: 30px;
}

.ser-con h4 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.sttable {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.sttable td {
	border: 1px solid #eee;
	padding: 10px 0px;
	text-align: center;
	font-size: 18px;
}

/*常见问题*/
.faq_list {
	background: #fff;
	margin-bottom: 40px;
}

.faq_list ul li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.faq_list ul li .job_infor4 {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 36px;
	height: 36px;
	background: url(../images/icon-jia.png) no-repeat center;
}

.faq_list .faq_top {
	overflow: hidden;
	padding: 28px;
	font-size: 18px;
	color: #333;
	background: #fff;
	cursor: pointer;
}

.faq_list .cur .faq_top {
	background: #6e1b2b;
	color: #fff;
}

.faq_list .faq_top:hover {
	background: #6e1b2b;
	color: #fff;
}

.faq_list .faq_top:hover .job_infor4 {
	background: url(../images/icon-jian.png) no-repeat center;
}

.faq_list .cur .faq_top .job_infor4 {
	background: url(../images/icon-jian.png) no-repeat center;
}

.faq_list .job_down {
	padding: 40px 185px 40px 35px;
	background: #ececec;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	display: none;
}

/*视频中心*/
.In-video {
	background: #f6f6f6;
}

.In-video ul {
	overflow: hidden;
	margin-bottom: 30px;
}

.In-video ul li {
	width: 31.66666%;
	float: left;
	margin-bottom: 30px;
	margin-right: 2.1953333%;
	background: #fff;
	padding: 8px;
	color: #666;
}

.In-video ul li:nth-child(3n) {
	margin-right: 0;
}

.In-video ul li p {
	position: relative;
}

.In-video ul li p span {
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../images/icon-video.png) no-repeat center / cover;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
}

.In-video ul li p span a {
	display: block;
	width: 80px;
	height: 80px;
}

.In-video ul li h4 a {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	text-align: center;
	padding: 0px 15px;
}

.In-video ul li:hover {
	background: #6e1b2b;
	color: #fff;
}

.pagesize {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.pagesize a {
	background: #fff;
	color: #888;
	display: inline-block;
	height: 34px;
	vertical-align: middle;
	line-height: 34px;
	width: 34px;
	margin: 5px;
	border:1px solid #e5e5e5;
	/*border-radius: 5px;*/
 
}

.pagesize a.prev {
	background-image: url(../images/prev1.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.pagesize a.next {
	background-image: url(../images/next1.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.pagesize a:hover,.pagesize a.on {
	background: #00b0b7;
	color: #fff;
}

.pagesize a.prev:hover {
	background-image: url(../images/prev-1.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.pagesize a.next:hover {
	background-image: url(../images/next-1.png);
	background-position: center center;
	background-repeat: no-repeat;
}


/*视频插件--视频窗口*/
.media-modal {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.media-modal .mediaModal-contain {
	width: 720px;
	height: 480px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -240px 0 0 -360px;
	display: none;
}

.mediaModal-contain .mediaModal-box,
.mediaModal-contain video,
.mediaModal-contain .mejs-container,
.mediaModal-contain .mejs-overlay-play,
.mediaModal-contain .mejs-poster,
.mediaModal-contain .mejs-layers,
.mediaModal-contain .mejs-overlay {
	width: 100% !important;
	height: 100% !important;
}

.mediaModal-contain .close {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/icon-close.png) no-repeat center center / cover;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.mediaModal-contain:hover .close {
	opacity: 1;
}

@media all and (max-width:980px) {
	.mediaModal-contain .close {
		opacity: 1;
	}

	.media-modal .mediaModal-contain {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}

/*案例详情*/
.In-casec {
	background: #fff;
}

.In-casec h1 {
	color: #333;
	font-size: 32px;
	text-align: center;
}

.In-case-con {
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

.equipment {
	padding: 50px 0!important;
}

.equipment1,
.equipment2 {
	max-width: 1200px;
	margin: 0 auto;
}

.equipment1 .item {
	position: relative;
	overflow: hidden;
	height: 690px;
}

.equipment2 {
	position: relative;
	margin-top: 30px;
}

.equipment2 .swiper-container {
	width: calc(100% - 90px)
}

.equipment2 .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.equipment2 .swiper-button-prev,
.equipment2 .swiper-button-next {
	width: 34px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-family: "Arial";
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	top: 0;
	margin-top: 0;
	background: #999999;
}

.equipment2 .swiper-button-prev {
	left: 0px;
}

.equipment2 .swiper-button-next {
	right: 0px;
}

.equipment2 .swiper-button-next.swiper-button-disabled {
	background: #eee;
}

.equipment2 .swiper-button-prev.swiper-button-disabled {
	background: #eee;
}

.equipment2 .swiper-button-prev:hover,
.equipment2 .swiper-button-next:hover {
	background: #6e1b2b;
}

.equip-min {
	display: block;
	position: relative;
	display: block;
	width: 210px;
	height: 120px;
	text-align: center;
	z-index: 2;
	margin: 0px auto;
}

.equip-min span img,.equip-mins span img {
	max-width: 100%;
}

.equip-min:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 3px solid #6e1b2b;
	display: none;
}

.equip-min.cur:after {
	border: 3px solid #6e1b2b;
	display: block;
}

.equipmentt {
	margin-top: 20px;
}

.eq-min {
	display: block;
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	z-index: 2;
	margin: 0px auto;
}

.eq-min img {
	width: 100%;
	height: 44px;
	object-fit: cover;
}

.eq-min:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #ccc;
	display: none;
}

.eq-min.cur:after {
	border: 1px solid #6e1b2b;
	display: block;
}

/*媒体中心*/
.First-news {
	background: #fff;
	padding: 50px 0;
	height: 550px;
	overflow: hidden;
}

.First-news .First-pic {
	float: left;
	width: 65.8333%;
	position: relative;
}

.First-news .First-pic .date {
	position: absolute;
	width: 80px;
	height: 80px;
	padding: 10px;
	background: #6a6767;
	left: 20px;
	top: 0px;
	text-align: center;
	color: #fff;
}

.First-news .First-pic .date p {
	font-size: 32px;
	border-bottom: 1px solid #888685;
}

.First-news .First-pic img {
	width: 100%;
}

.First-news .First-note {
	float: left;
	width: 34.1667%;
	background: #5f5d5d;
	padding: 40px 45px;
	height: 100%;
	height: 450px;
}

.First-news .First-note h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #fff;
}

.First-news .First-note p {
	line-height: 25px;
	color: #fff;
}

.First-news .First-note a {
	width: 100px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	display: block;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 40px;
}

.First-news .First-note a:hover {
	background: #fff;
	color: #6e1b2b;
}

.In-news {
	background: #f2f2f2;
	padding: 50px 0;
}

.In-news ul li {
	width: 31.66666%;
	float: left;
	margin-bottom: 30px;
	margin-right: 2.1953333%;
	background: #fff;
	color: #666;
}

.In-news ul li a img {
	height: 218px;
	object-fit: cover;
}

.In-news ul li:nth-child(3n) {
	margin-right: 0;
}

.In-news ul li .com-img {
	position: relative;
}

.In-news ul li .date {
	position: absolute;
	width: 80px;
	height: 80px;
	padding: 10px;
	background: rgba(106,103,103,0.9);
	left: 20px;
	top: 0px;
	text-align: center;
	color: #fff;
}

.In-news ul li .date p {
	font-size: 32px;
	border-bottom: 1px solid #888685;
}

.In-news ul li .note {
	padding: 40px;
	background: #fff;
	height: 200px;
}

.In-news ul li .note h4 {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.In-news ul li .note h4:hover {
	color: #6e1b2b;
}

.In-news ul li .note p {
	line-height: 25px;
}

/*新闻详情页*/
.news-c {
	overflow: hidden;
	padding: 70px 0px;
}

.news-c .news_left {
	width: 72.5%;
	float: left;
}

.news_cont {
	background: #fff;
}

.news_cont h1 {
	font-size: 24px;
	color: #000;
}

.news_cont .n_date {
	margin: 15px 0 30px;
	font-size: 20px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}

.news_cont .n_date span.fl {
	padding-top: 10px;
	margin-right: 20px;
}

.news_cont .n_img {
	overflow: hidden;
}

.news_cont .n_img img {
	max-width: 100%;
}

.news_cont .content {
	font-size: 14px;
	color: #666;
	line-height: 28px;
}

.news_cont .content img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

/*分享按钮*/
/*.n_date .share a{display:inline-block;width:30px;height:30px;border-radius:50%;background:url(../images/news-share.png) no-repeat left center !important;}
.n_date .share a.bds_weixin{background-position:-40px center !important;}
.n_date .share a.bds_tsina{background-position:-80px center !important;}
.n_date .share a.bds_tqq{background-position:-118px center !important;}
.n_date .share a.bds_qzone{background-position:right center !important;}*/
.flip-page {
	margin: 30px auto;
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
}

.flip-page .fp-prev {
	margin-bottom: 10px;
}

.flip-page span a.more {
	display: block;
	border: 1px solid #e5e5e5;
	width: 120px;
	height: 50px;
	line-height: 50px;
	margin: 0px auto;
	font-size: 16px;
	color: #666;
	position: absolute;
	right: 0px;
	top: 40px;
	background: url(../images/icon-return.png) no-repeat 20px center;
	text-align: center;
}

.flip-page span a.more:hover {
	background: #6e1b2b;
	border-color: #6e1b2b;
	color: #fff;
}

.flip-page a:hover {
	color: #6e1b2b;
}

/*文章右侧分类*/
.news-c .news_right {
	width: 25%;
	float: right;
}

.news_r1 {
	border: 1px solid #e5e5e5;
	padding: 20px;
}

.news-c .news_right h2 {
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}

/*热门文章*/
.news_right ul.hotnews {
	background: #fff;
	padding: 25px 0 0;
}

.news_right ul.hotnews li {
	margin-top: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_right ul.hotnews li a {
	color: #666;
}

.news_right ul.hotnews li a:hover {
	color: #6e1b2b;
}

.news_right ul.hotnews li span {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: #bfbfbf;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	margin-right: 5px;
}

.news_right ul.hotnews li span.on,.news-c .news_right ul.hotnews li:hover span {
	background: #6e1b2b;
}

.hot-f .com-img {
	position: relative;
}

.hot-f .com-img span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.hot-f .com-img img {
	max-width: 100%;
	width: 100%;
	height: 145px;
	object-fit: cover;
}

.news_right ul.pro-rec {
	margin-top: 20px;
}

.news_right ul.pro-rec li {
	position: relative;
}

.news_right ul.pro-rec li img {
	width: 100%;
}

.news_right ul.pro-rec li h4 {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	text-align: center;
	left: 0px;
	bottom: 0px;
}

#case-rec,#pro-rec {
	padding-bottom: 35px;
}

.news_r1 .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	border-radius: 0px;
	background: #ddddde;
	opacity: 1;
}

.news_r1 .swiper-pagination-bullet-active {
	background: #6e1b2b;
}

/*人才招聘*/
.In-Job {
	background: #f6f6f6;
	padding: 55px 0px;
}

.job_top {
	background: #fff;
	height: 80px;
	line-height: 80px;
	color: #333;
	font-size: 20px;
	cursor: pointer;
	padding: 0px 40px;
	border-bottom: 1px solid #e5e5e5;
}

.job_top .job_Timg {
	width: 100%;
}

.icon-cls {
	float: right;
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/icon-jia.png) no-repeat center;
	margin-top: 20px;
}

.job_l li.cur .job_top .icon-cls {
	background: url(../images/icon-jian.png) no-repeat center;
}

.recruit .job_l ul li {
	margin-bottom: 0px;
}

.job_l ul {
	margin-bottom: 40px;
}

.job_l .cur .job_top {
	background: #6e1b2b;
	color: #fff;
	border-bottom: 1px solid #ecebeb;
}

.job_l .job_con .content {
	padding: 35px;
	background: #ececec;
	border-bottom: 1px solid #f7f7f7;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}

.job_l .job_con .content dl {
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.job_l .job_con .content dl dd {
	float: left;
	width: 33%;
	text-align: left;
	margin-bottom: 10px;
}

.job_l .job_con .content h4 {
	color: #6e1b2b;
	margin: 10px auto;
	font-size: 14px;
	font-weight: bold;
}

.job_l .job_con .content .apply_job {
	border: 1px solid #6e1b2b;
	width: 140px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #6e1b2b;
	display: block;
	margin-top: 20px;
}

.job_l .job_con .content .apply_job span {
	width: 18px;
	height: 18px;
	background: url(../images/icon-td.png) no-repeat center;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.join-mode {
	margin: 80px auto 40px;
	overflow: hidden;
	color: #666;
}

.join-mode h4 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}

.join-mode .join-mode-fl {
	width: 49%;
	float: left;
	padding: 30px;
	background: #eeeeee;
	position: relative;
	padding-left: 140px;
}

.join-mode .join-mode-fr {
	width: 49%;
	float: right;
	padding: 30px;
	background: #eeeeee;
	position: relative;
	padding-left: 140px;
}

.join-mode .join-mode-fl span,.join-mode .join-mode-fr span {
	position: absolute;
	left: 40px;
	top: 20px;
}


/*施工工艺*/
.In-tec {
	background: #f6f6f6;
}

.tecbox {
	background: #fff;
	overflow: hidden;
}

.tec-fl {
	width: 23.75%;
	float: left;
	padding-top: 30px;
}

.tec-fl li {
	height: 55px;
	line-height: 55px;
	padding: 0px 20px;
	border-bottom: 1px solid #dcdcdc;
}

.tec-fl li span {
	float: right;
}

.tec-fl li:hover,.tec-fl li.cur {
	background: #6e1b2b;
	color: #fff;
}

.tec-fr {
	width: 76.25%;
	float: right;
	border-left: 1px solid #dcdcdc;
	padding: 45px 40px;
	color: #666;
	line-height: 30px;
	font-size: 16px;
}

.tec-fr h1 {
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	color: #333;
}

/*联系我们*/
.In-contact table {
	width: 100%;
	border-collapse: collapse;
	color: #666666;
	margin-bottom: 30px;
}

.In-contact table td {
	border: 1px solid #dcdcdc;
	text-align: left;
	padding: 10px 20px;
}

.In-contact table td.tt {
	color: #444;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 19%;
}

.online-msg {
	margin-top: 80px;
}

.online-msg h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.online-msg ul {
	overflow: hidden;
	margin-bottom: 10px;
}

.online-msg ul li {
	width: 32%;
	float: left;
}

.online-msg ul li:nth-child(2) {
	margin: 0 2%;
}

.online-msg ul li input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #dcdcdc;
	padding: 0px 8px;
}

.online-msg p {
	margin: 10px 0;
}

.online-msg p.vcode {
	position: relative;
}

.online-msg p.vcode input {
	width: 200px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #dcdcdc;
	padding: 0px 8px;
	margin-right: 10px;
}

.online-msg p.vcode .inp-sub {
	width: 190px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #6e1b2b;
	color: #fff;
	border: 0px;
	position: absolute;
	right: 0px;
	cursor: pointer;
}

.online-msg p.vcode .inp-sub:hover {
	background: #621726;
}

.online-msg textarea {
	width: 100%;
	height: 125px;
	border: 1px solid #dcdcdc;
	padding: 8px;
}

/*招商加盟*/
.Join-In {
	background: #fff;
}

.Join-In-fl {
	width: 50%;
	float: left;
}

.Join-In-fl a {
	display: block;
}

.Join-In-fr {
	width: 50%;
	float: right;
	border: 8px solid #f4f4f4;
	padding: 80px 70px;
	height: 400px;
}

.Join-In-fr h4 {
	font-size: 28px;
	color: #333;
	margin-bottom: 15px;
}

.Join-In-fr p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.Join-Promise {
	background: #e7e7e7;
}

.Join-Promise h2 {
	text-align: center;
	font-size: 32px;
	color: #333;
	margin-bottom: 40px;
}

.Join-Promise ul {
	overflow: hidden;
}

.Join-Promise ul li {
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
	margin-top: 20px;
	position: relative;
}

.Join-Promise ul li .box {
	background: #fff;
	padding: 40px 20px 40px 60px;
	width: 89.9%;
	float: right;
}

.Join-Promise ul li h4 {
	font-size: 24px;
	color: #333;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.Join-Promise ul li h4:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: 1px;
	background: #909192;
}

.Join-Promise ul li span {
	position: absolute;
	left: 0px;
	top: 20px;
	transition: all 0.6s ease 0s;
}

.Join-Promise ul li p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.Join-Promise ul li:nth-child(3n) {
	margin-right: 0;
}

.Join-Promise ul li:hover span {
	transform: rotateY(360deg);
}

.Join-req {
	padding: 110px 0px;
}

.Join-req h2 {
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
}

.Join-req ul li {
	width: 15.83333%;
	float: left;
	background: #fff;
	padding: 30px;
	margin-left: 1%;
	height: 220px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.Join-req ul li:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0)
}

.Join-req ul li:first-child {
	margin-left: 0px;
}

.Join-req ul li span {
	font-size: 30px;
	color: #621726;
	display: block;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 20px;
}

.Join-req ul li p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

.ctman {
	border-bottom: 1px solid #eee;
	padding: 120px 0 80px;
	text-align: center;
	position: relative;
}

.ctman h2 {
	font-size: 34px;
	color: #333;
}

.ctman span {
	display: block;
	margin: 15px auto 30px;
	font-size: 16px;
	color: #666;
}

.ctman p {
	font-size: 24px;
	color: #333;
}

.ctman p b {
	font-size: 36px;
	font-weight: bold;
	font-family: "Arial";
}

.ctman .ctman-icon {
	position: absolute;
	top: -64px;
	left: 50%;
	margin-left: -64px;
}

/*应用展示*/
.case-bigshow {
	width: 77.5%;
	float: left;
}

.pwline {
	border: 1px solid #e5e5e5;
}

.pwline img {
	max-width: 100%;
}

.case-small {
	width: 22.5%;
	float: right;
	padding: 20px 0 10px;
	border: 1px solid #e5e5e5;
	text-align: center;
}

.case-small ul li img {
	border: 1px solid #e5e5e5;
	padding: 4px;
	width: 125px;
}

.case-small ul li:hover img {
	border-color: #621726;
}

.case-small ul li p {
	margin: 7px 0;
	font-size: 12px;
	color: #333;
}

/*展示2*/
.case-all {
	width: 100%;
	border: 1px solid #e5e5e5;
}

.case-all ul {
	overflow: hidden;
}

.case-all ul li img {
	border: 1px solid #e5e5e5;
	padding: 4px;
}

.case-all ul li p {
	margin: 7px 0;
	font-size: 12px;
	color: #333;
}

.case-all ul li {
	width: 6.5%;
	float: left;
	margin-left: 2%;
	margin-top: 10px;
	text-align: center;
}

/*产品*/
.pro-crumbs {
	background: #eee;
	height: 60px;
	line-height: 60px;
}

.pro-crumbs .mbx {
	float: left;
}

.pro-crumbs .xh-search {
	float: right;
	width: 400px;
	height: 40px;
}

.xh-search select {
	height: 40px;
	width: 100px;
	padding-left: 20px;
	background: #fff url(../images/icon-xl.png) no-repeat right center;
	vertical-align: middle;
}

.xh-search .inp-t {
	width: 360px;
	height: 40px;
	border: 0px;
	padding-left: 10px;
	vertical-align: middle;
}

.xh-search .inp-sq {
	vertical-align: middle;
	width: 40px;
	height: 40px;
	border: 1px solid #621726;
	color: #fff;
	background: #621726 url(../images/icon-sq.png) no-repeat center;
	font-size: 0px;
	cursor: pointer;
	position: relative;
}

/*产品展示页*/
.pronav {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.pronav ul li {
	width: 50%;
	float: left;
	height: 60px;
	line-height: 60px;
	border-left: 1px solid #e5e5e5;
	margin-left: -1px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	font-size: 18px;
	color: #333;
	position: relative;
}

.pronav ul li a {
	display: block;
}

.pronav ul li.cur:after,.pronav ul li:hover:after {
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 100%;
	content: "";
	height: 3px;
	background: #621726;
	color: #621726;
}

.pronav ul li span {
	width: 32px;
	display: inline-block;
	line-height: 32px;
	height: 32px;
	margin-right: 10px;
	text-align: center;
	position: relative;
	top: 9px;
}

.pronav ul li .showImg {
	position: absolute;
	left: 0px;
	top: 50%;
	opacity: 0;
	transform: translate(0,-50%);
}

.pronav ul li img {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0,-50%);
}

.pronav ul li:hover img {
	opacity: 0;
}

.pronav ul li:hover .showImg {
	opacity: 1;
}

.xl-list {
	margin-top: 80px;
}

.xl-list li {
	overflow: hidden;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}

.xl-list .xl-pic {
	width: 50%;
	border: 1px solid #e5e5e5;
}

.xl-list .xl-note {
	width: 50%;
	padding-left: 50px;
}

.xl-list .xl-note h2 {
	font-size: 36px;
	font-family: "Arial";
	line-height: 30px;
}

.xl-list .xl-note h3 {
	color: #333;
	font-size: 36px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

.xl-list .xl-note dl dd {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.xl-list .xl-note dl dd img {
	padding: 4px;
	border: 1px solid #e5e5e5;
	width: 130px;
}

.xl-list .xl-note dl dd:hover img {
	border-color: #621726;
}

.xl-list .xl-note dl dd p {
	margin-top: 10px;
}

.xl-list li:nth-child(2n) .xl-note {
	padding-right: 50px;
	padding-left: 0px;
}

.xl-list li:last-child {
	border-bottom: 0px;
}

.proxl-show {
	background: #5f5d5d;
}

.proxl-show .proxl-fl {
	width: 50%;
	float: left;
}

.proxl-show .proxl-fr {
	width: 50%;
	float: right;
	padding-left: 55px;
	color: #fff;
}

.proxl-show .proxl-fr h2 {
	font-size: 36px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.proxl-show .proxl-fr h2:after {
	content: "";
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 30px;
	height: 1px;
	background: #fff;
}

.proxl-show .proxl-fr p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 30px;
}

.rel-pxl {
	background: #f6f6f6;
}

.rel-pxl ul {
	overflow: hidden;
}

.rel-pxl ul li {
	width: 23.33333%;
	float: left;
	margin-right: 2.2%;
	background: #fff;
	margin-bottom: 30px;
}

.rel-pxl ul li a img {
	height: 280px;
}

.rel-pxl ul li:hover {
	background: #621726;
	color: #fff;
}

.rel-pxl ul li h4 {
	text-align: center;
	padding: 15px 0px;
}

.rel-pxl ul li:nth-child(4n) {
	margin-right: 0px;
}


/*产品详情页*/
.proc-con {
	padding: 80px 0;
	overflow: hidden;
}

.proc-con .proc-fl {
	width: 50%;
	float: left;
	padding-right: 50px;
}

.proc-con .proc-fr {
	width: 50%;
	float: right;
}

.proc-con .proc-fr h1 {
	font-size: 36px;
	color: #333;
	margin-bottom: 25px;
}

.proc-fr .info {
	color: #666;
	line-height: 30px;
	font-size: 16px;
}

.proc-fr dl {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.proc-fr dl dd {
	line-height: 40px;
	color: #666;
}

.proc-fr dl span {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
/*width:110px;*/
}

.proc-fr .dz {
	margin-top: 60px;
}

.proc-fr .dz span {
	margin-right: 10px;
}

.proc-fr .dz {
	display: inline-block;
	width: 150px;
	height: 42px !important;
	border: 1px solid #6e1b2b;
	text-align: center;
	line-height: 42px !important;
	color: #6e1b2b!important;
	margin-right: 15px;
	float: left !important;
}

.proshare {
	border: 1px solid #6e1b2b;
	text-align: center;
	display: inline-block;
	width: 150px;
	height: 42px !important;
	margin-right: 15px;
	float: left !important;
	margin-top: 60px;
	text-align: center;
}

.proshare a {
	float: none!important;
	height: 45px!important;
	line-height: 45px!important;
	font-size: 25px!important;
	margin: 6px 3px!important;
}

/*关于我们*/
.fixcur {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
	width: 100%;
}

.ab1 {
	margin-bottom: 80px;
}

.ab1 .ab1-pic {
	float: left;
	width: 50%;
	padding-right: 30px;
	position: relative;
}

.ab1 .ab1-pic span {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 70px;
	height: 38px;
	background: url(../images/icon-ply.png) no-repeat center;
}

.ab1 .ab1-pic span a {
	display: block;
	height: 38px;
	z-index: 2;
}

.ab1 .ab1-pic:hover span {
	background: url(../images/icon-plyon.png) no-repeat center;
}

.ab1 .ab1-note {
	float: right;
	width: 50%;
	color: #666;
	line-height: 30px;
	font-size: 16px;
}

.ab1 .ab1-note h4 {
	font-size: 36px;
	color: #333;
	margin-bottom: 30px;
}

.ab2 {
	height: 470px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ab3 ul {
	background: #eee;
	height: 70px;
	line-height: 70px;
}

.ab3 ul li {
	text-align: center;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 36px;
	color: #333;
	cursor: pointer;
}

.ab3 ul li.cur {
	background: #fff;
}

.ab3 .con1 {
	line-height: 30px;
	font-size: 16px;
	color: #666;
}

.ab4 .ab4-tit {
	height: 70px;
	line-height: 70px;
	background: #eee;
}

.ab4 .ab4-tit h4 {
	font-size: 36px;
	color: #333;
}

.ab4 .ab4-list ul li {
	width: 280px;
	float: left;
	margin-left: 26px;
	text-align: center;
}

.ab4 .ab4-list ul li:first-child {
	margin-left: 0px;
}

.ab4 .ab4-list ul li h4 {
	font-size: 18px;
	color: #333;
	margin: 15px auto;
}

.ab4 .ab4-list ul li p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.ab5 h2 {
	font-size: 36px;
	color: #333;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.ab5 ul {
	height: 485px;
	overflow: hidden;
}

.ab5 ul.active {
	height: auto;
}

.ab5 ul li {
	margin-bottom: 30px;
	overflow: hidden;
}

.ab5 ul li span {
	font-size: 24px;
	color: #333;
	font-family: "Arial";
	float: left;
	width: 10%;
	position: relative;
	display: block;
}

.ab5 ul li span:after {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid #6e1b2b;
	border-radius: 50%;
	content: "";
	margin-top: -5px;
}

.ab5 ul li p {
	font-size: 16px;
	color: #666;
	float: left;
	width: 90%;
	line-height: 28px;
}

.ab5 .zk-all {
	width: 152px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #6e1b2b;
	color: #6e1b2b;
	display: block;
	position: relative;
	text-align: left;
	padding-left: 30px;
}

.ab5 .zk-all:after {
	position: absolute;
	left: 70%;
	top: 50%;
	margin-top: -5px;
	content: "";
	width: 11px;
	height: 12px;
	background: url(../images/icon_dt.png) no-repeat center;
}

.ab5 .zk-all.cur:after {
	transform: rotateX(180deg);
}

.zl-tit {
	font-size: 36px;
	color: #333;
	text-align: center;
}

.zl-1 ul {
	margin: 40px auto 65px;
	overflow: hidden;
}

.zl-1 ul li {
	width: 30.83333%;
	float: left;
	text-align: center;
	margin-left: 3.75%;
	color: #666;
	line-height: 28px;
	font-size: 16px;
}

.zl-1 ul li:first-child {
	margin-left: 0;
}

.zl-1 ul li p.info {
	border: 1px solid #eee;
	padding: 20px 20px;
}

.zl-1 dl {
	overflow: hidden;
	MARGIN: 40px auto 80px;
}

.zl-1 dd {
	width: 48%;
	float: left;
	border: 1px solid #eee;
	padding: 30px 20px;
}

.zl-1 dd span {
	float: left;
	width: 20%;
}

.zl-1 dd p {
	float: left;
	font-size: 16px;
	color: #888;
	line-height: 28px;
	text-indent: 2em;
	width: 80%;
}

.zl-1 dd:last-child {
	float: right;
}

.zl-2 {
	padding: 70px 0 80px;
	color: #fff;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.zl-2 ul {
	max-width: 980px;
	margin: 100px auto 0;
}

.zl-2 ul li {
	width: 25%;
	float: left;
}

.zl-2 p {
	line-height: 28px;
}

.zl-2 ul li p {
	margin-top: 10px;
}

.zl-2 .zl-tit {
	color: #fff;
	margin-bottom: 20px;
}

.zl-2 span {
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	position: relative;
	top: 0px;
}

.zl-2 li:hover span {
	top: -10px;
}

.zl3 {
	text-align: center;
}

.zl3 h4 {
	font-size: 24px;
	color: #6e1b2b;
	margin: 15px 0 35px;
}

.zl3 p {
	color: #808080;
}

.zl3 ul {
	margin-top: 70px;
	overflow: hidden;
}

.zl3 ul li {
	width: 30.83333%;
	float: left;
	margin-left: 3.5%;
	position: relative;
}

.zl3 ul li:first-child {
	margin-left: 0px;
}

.zl3 ul li .note {
	position: absolute;
	left: 0%;
	top: 50%;
	color: #fff;
	width: 100%;
	margin-top: -25px;
}

.zl3 ul li .note span {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}



/*-----浮动右侧客服-----*/
.float_qq {
	position: fixed;
	top: 50%;
	right: 0;
	width: 50px;
	height: 203px;
	z-index: 100;
	margin-top: -100px;
}

.float_qq li {
	width: auto;
	height: 50px;
	z-index: 20;
}

.float_qq li.float_qq1,.float_qq li.float_qq4 {
	position: absolute;
	left: 0;
	width: 62px;
}

.float_qq li.float_qq1 {
	top: 0;
}
/*.float_qq li.float_qq2{ position:absolute; top:51px; left:0; width:126px;}*/
.float_qq li.float_qq3 {
	position: absolute;
	top: 51px;
	left: 0;
	width: 185px;
}

.float_qq li.float_qq4 {
	top: 102px;
}

.float_qq li.float_qq5 {
	top: 153px;
	position: absolute;
	width: 100%;
	text-align: left;
	width: 62px;
	font-size: 12px;
}

.float_qq li.float_qq5 span {
	position: absolute;
	left: 17px;
	top: 6px;
	z-index: 2;
}

.float_qq li.float_qq5 a {
	padding-top: 10px;
	background: #6e1b2b;
	opacity: 1;
	padding-left: 10px;
}

.float_qq4 {
	position: absolute;
	top: 153px;
	left: 0;
}

.float_qq li a {
	display: block;
	font-family: "Arial";
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #595656;
	opacity: 0.8;
	border-radius: 6px;
}

.float_qq li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}

.float_qq li a:hover {
	background-color: #6e1b2b;
	opacity: 1;
}

.float_shwx {
	position: absolute;
	top: -155px;
	left: -200px;
	width: 216px;
	height: 216px;
	padding-bottom: 9px;
	display: none;
}

.float_shwx img {
	display: block;
	padding: 14px;
	background-color: #FFF;
	width: 188px;
	height: 188px;
}

.float_qq li:hover .float_shwx {
	display: block;
}

.fewm {
	padding: 8px;
	background: #fff;
	position: absolute;
	top: -115px;
	left: -37px;
	display: none;
}

.fewm img {
	width: 96px;
	height: 96px;
	object-fit: cover;
}

.F-code a.I-wechat:hover .fewm {
	display: block;
}


/* 201806026 */
.yyphotos .eg-pic img {
	max-width: 100%;
	height: 187px;
	object-fit: cover;
}

.case-rec .eg-pic img {
	max-width: 100%;
	height: 160px;
	object-fit: cover;
}

.case-rec .Ieg-pic img {
	max-width: 100%;
	object-fit: cover;
}

.case-rec .swiper-slide h4 {
	background: #f6f6f6;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	padding: 10px 10px;
}

.case-rec .swiper-slide h4 a {
	display: block;
}

.case-rec .swiper-slide:hover h4 {
	color: #6e1b2b;
}

.case-rec .swiper-slide:hover h4 {
	background: #6e1b2b;
	color: #fff;
}

.headtab {
	display: none;
}

.headfix {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 99;
	box-shadow: 0px 1px 8px #888;
}

.headfix .H-logo {
	display: none;
}

.headfix .H-nav>li:nth-child(4) {
	margin-right: 0px;
}

.headfix .head-link {
	display: none;
}

.headfix .H-nav {
	margin-top: 20px;
}

.headfix .H-action {
	margin-top: 6px;
	width: 110px;
}

.F-ct {
	width: 350px;
	float: right;
}

.F-ct .tel {
	line-height: 22px;
	color: rgba(255,255,255,.6);
	margin: 11px 0 0;
}

.F-ct .tel a {
	font-size: 18px;
	color: #fff;
}

.F-ct .adr {
	line-height: 22px;
	color: rgba(255,255,255,.6);
	margin: 7px 0 0;
}

.F-ct ul {
	margin: 18px 0;
	padding: 18px 0;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
}

.F-ct ul li {
	padding: 10px 0;
	color: #737475;
	background: url(../images/icon-ft-ct.png) no-repeat left 15px;
	padding-left: 25px;
}

.F-ct ul li.icon-email {
	background-position: left -33px;
}

.F-code a {
	display: inline-block !important;
	width: 40px !important;
	height: 40px !important;
	background: url(../images/icon-ft-share.png) no-repeat left top !important;
	margin-right: 5px!important;
}

.F-code a.bds_fbook {
	background-position: 0px top !important;
	position: relative !important;
}

.F-code a.bds_linkedin {
	background-position: -48px top !important;
}

.F-code a.bds_twi {
	background-position: -96px top !important;
}











































