/*头部公用样式*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.top-head{
	height: 39px;
	border-bottom: 1px solid #d2d2d2;
}

.wel{
	font: normal 14px/39px "微软雅黑";
	color: rgba(1, 1, 1, 0.8);
}
.wel p{
	margin: 0;
}
.k1{
	font: normal 14px/39px "微软雅黑";
	color: rgba(1, 1, 1, 0.8);
}
.k1 a{
	color: rgba(1, 1, 1, 0.8);
}

.w1430{
	max-width: 1430px;
	margin: 0 auto;
	padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.xy-head {

  position: absolute;
  z-index: 9999;
  width: 100%;

}
.xy-head-con{
  position: relative;
}
.xy-head-con .logo{
 
}
.xy-head-left{

}
.xy-head-left .logo {
	display: block;
	-webkit-transition: all .7s;
	transition: all .7s;
	padding-right: 20%;
	line-height: 120px;
	margin-left: -30%;
}

.xy-head-left .logo h1 {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.xy-head-left .logo img {
	max-width: 100%;
}

.xy-head-right .xy-head-links {
	margin: 20px 0;
	color: #fff;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	overflow: hidden;
	height: 20px;
	opacity: 1;
}

.xy-head-right .xy-head-links a {
	color: #fff;
	padding: 0 10px;
}

.xy-head-navbar {
	position: relative;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.xy-head-navbar .xy-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.1);
}

.xy-head-navbar .xy-search #keyword {
	float: left;
	width: 80%;
	height: 28px;
	background: none;
	border: none;
	color: #fff;
	padding-left: 10px;
	font-size: 12px;
	outline: none;
}

.xy-head-navbar .xy-search #s_btn {
	float: right;
	width: 20%;
	height: 28px;
	background: none;
	font-size: 18px;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: none;
}

.xy-head.scroll {
	position: fixed;
	background: #fff;
	-webkit-transition: all .7s ease;
  transition: all .7s ease;
  top: 0;
}

.xy-head.scroll .xy-head-left .logo {
	padding-top: 10px;
}

.xy-head.scroll .xy-head-right .xy-head-links {
	height: 0;
	margin: 0;
	opacity: 0;
}

.xy-head.scroll .xy-head-right .xy-head-navbar {
	margin-top: 18px;
}
@media (max-width: 1700px){
	.xy-head-left .logo{
		margin-left: -10%
	}
}
@media (max-width: 1500px){
	.xy-head-left .logo{
		margin-left: 0
	}
}
@media (max-width: 768px) {
	.xy-head {
		display: none;
	}
	
}

/* 导航样式 */


.xy-menu > li {
	float: left;
	width: 13.666666%;
	position: relative;
}



.xy-menu > li > a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	line-height: 120px;
}

.xy-menu > li:hover > a{
	background: url(../images/line01.png) no-repeat center 80px;
}



.xy-menu .xy-sub-menu {
	display: none;
	position: absolute;
	width: 160%;
	border-top: 2px solid #ee6a5a;
	left: 0;
	top: 120px;
	-webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
	        box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
	background: #fff;
	padding-bottom: 4px;
	z-index: 9999;
}

.xy-menu .xy-sub-menu > li {
	border-bottom: 1px solid #e5e5e5;
}

.xy-menu .xy-sub-menu > li > a {
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #989898;
	position: relative;
	padding-left: 15%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding-right: 15%;
}

.xy-menu .xy-sub-menu > li > a:after {
	position: absolute;
	right: 12%;
	top: calc(50% - 3.5px);
	content: '';
	width: 5px;
	height: 7px;
	background: url(../images/xy-sub-nav-jt.png) 0 -7px no-repeat;
}

.xy-menu .xy-sub-menu > li > a:hover {
	background: #ececec;
	color: #4a4a4a;
	padding-left: 22%;
}

.xy-menu .xy-sub-menu > li > a:hover:after {
	background-position: 0 0;
}

@media (max-width: 1200px) {
	.xy-menu > li > a {
		font-size: 14px;
	}

	.xy-menu .xy-sub-menu > li > a {
		line-height: 35px;
		font-size: 12px;
	}
}

/*首页banner样式*/
.xyin-banner{
	position: relative;
}

.xyin-banner .ss{
	padding: 12px 0;
	background: rgba(245, 245, 245, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}

#formsearch{
	width: 40%;
	float: left;
}

#formsearch input{
	height:38px;
	background:none;
	border:none;
	line-height:38px;
	display: block
}
#formsearch input#keyword{
	height:38px;
	line-height:38px;
	padding-left:10px;
	background:rgba(0, 0, 0, 0.14);
	width: 80%;
	float: left;
}
#formsearch input#s_btn{
	width:15%;
	height:38px;
	line-height:38px;
	text-align:center;
	background:url(../images/ss.png) no-repeat center rgba(255, 255, 255, 0.14);
	border:none;
	cursor:pointer;
	float: left;
}
.fwrx{
    font-size: 13px;
    color: #151313;
    line-height: 38px;
    margin-left: 5%
}
.fwrx p{
    margin: 0;
    font-size: 18px;
    color: #e5322d;
}

.hotSearch{
	font: normal 13px/38px "微软雅黑";
	color: rgba(0, 0, 0, 0.9);
	float: right;
}
.hotSearch a{
	padding: 0 10px;
	color: rgba(0, 0, 0, 0.9);
	display: inline-block;
	position: relative;
}
.hotSearch a::after{
	width: 1px;
	height: 15px;
	background: #666;
	content: "";
	position: absolute;
	right: 0px;
	top: 12px;
}
.hotSearch a:last-child::after{
	display: none;
}

@media (max-width: 1200px){
	.ss .w1430{
		padding: 0 15px;
	}
}
@media (max-width: 768px){
    .xyin-banner .ss{
        position:static;
    }
    .ss .w1430{
        padding:0 5px;
    }
  .fwrx p span{
		font-size:12px!important;
		font-weight:normal;
	}
	.fwrx {
	    float:right!important;
	    margin-left:0!important;
	}
	.index-c1{
	    padding-top:30px!important;
	}
}


.slick-banner {
	position: relative;
}

.slick-banner .slick-arrow {
	position: absolute;
	z-index: 99;
	width: 40px;
	height: 43px;
	margin-top: -21px;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	border: none;
	font-size: 0;

}

.slick-banner .slick-arrow.slick-prev {
	left: 7.8125%;
	background: url(../images/left02.png) no-repeat center;
}

.slick-banner .slick-arrow.slick-next {
	right: 7.8125%;
	background-position: -60px 0;
	background: url(../images/right02.png) no-repeat center;
}
.slick-banner .slick-arrow.slick-prev:hover{
    background: url(../images/left02_h.png) no-repeat center;
}
.slick-banner .slick-arrow.slick-next:hover{
    background: url(../images/right02_h.png) no-repeat center;
}

.slick-banner .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	z-index: 9;
	bottom: 10px;
}

.slick-banner .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #efefef;
	cursor: pointer;
}

.slick-banner .slick-dots li button {
	background: none;
	outline: none;
	border: none;
	font-size: 0;
}

.slick-banner .slick-dots li.slick-active {
	background: #ee6a5a;
}

.slick-banner .img img {
	width: 100%;
}

.slick-banner .slick-con {
	position: relative;
}

.slick-banner .wz {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
	top: 50%;
	text-align: center;
	color: #fff;
}

.slick-banner .wz .wz1 {
	font-size: 60px;
	margin-bottom: 10px;
}

.slick-banner .wz .wz2 {
	font-size: 30px;
	margin-bottom: 55px;
}

.slick-banner .wz .wz-more {
	display: inline-block;
	padding: 15px 25px;
	font-size: 16px;
	color: #fff;
	border: 2px solid #fff;
	font-family: Arial;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.slick-banner .wz .wz-more:hover {
	background: #ee6a5a;
	border-color: #ee6a5a;
	text-decoration: none;
}

@media (max-width: 1200px) {
	.slick-banner .wz .wz1 {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.slick-banner .wz .wz2 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.slick-banner .wz .wz-more {
		padding: 10px 25px;
		font-size: 12px;
		border: 1px solid #fff;
	}
}

#mob-banner {
	display: none;
}

@media (max-width: 768px) {
	#pc-banner {
		display: none;
	}

	#mob-banner {
		display: block;
	}
}


/*首页产品中心部分*/

.index-c1{
   padding-top: 60px;
}

.tlt{
	border-bottom: 1px solid #fde5e5;
	font: normal 18px/50px "微软雅黑";
	color: #000;
	margin-bottom: 40px;
}
.tlt span{
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	padding-left: 10px;
}
.tlt a{
	float: right;
	font-size: 16px;
	font-weight: 100;
	color: #000;
}
.tlt a:hover{
    color: #e5322d
}

.pro-sort ul li{
	width: 100%;
	border: 1px solid #d2d2d2!important;
	margin-bottom: 10px;
}
.pro-sort ul li a{
	display: block;
	font: normal 14px/48px "微软雅黑";
	color: #000;
	text-align: center;
}
.pro-sort ul li:hover{
	background: #e5322d;
	border-color: #e5322d;
}

.pro-sort ul li:hover a{
	color: #fff;
}
.pro-sort .slick-prev{
	width: 17px;
	height: 16px;
	display: block;
	border: none;
	text-indent: 100px;
	overflow: hidden;
	background: url(../images/shang.png) no-repeat center;
	outline: none;
	margin: 0 auto;
	margin-bottom: 5px;
}
.pro-sort .slick-prev:hover{
	background: url(../images/shang_h.png) no-repeat center;
}
.pro-sort .slick-next{
	width: 17px;
	height: 16px;
	display: block;
	border: none;
	text-indent: 100px;
	overflow: hidden;
	background: url(../images/xia.png) no-repeat center;
	outline: none;
	margin: 0 auto;
}
.pro-sort .slick-next:hover{
	background: url(../images/xia_h.png) no-repeat center;
}
.pro-list ul.yz li{
    width: 30%;
    padding: 0 5px;
    float: left;
    transition: .5s;
}
.pro-list ul li a{
	display: block;
	position: relative;
	overflow: hidden
}

.pro-list ul li a img{

	height: auto;
}


.pro-list ul.yz li .marks{
	width: 60%;
	height: 60%;
	background: url(../images/marks.png) no-repeat center;
/*	background-size:cover;*/
	position: absolute;
	top: 20%;
	left: 20%;
	right: 20%;
	display: none;
}
.pro-list ul.yz li:hover .marks{
	display: block;
}

.pro-list ul.yz li.sd{
    width: 40%;
}

@media (max-width: 768px){
	.pro-list ul li{

		margin-bottom: 20px;
		padding:0;
	}
	.pro-list ul.yz2 li a img{
    width: 100%;
}
}



/*首页我们的优势部分*/

.index-c2{
	padding-top: 60px;
}
.c2-con ul li{
	width: 32.63%;
	padding: 2%;
	border: 1px solid #e5e5e5;
	float: left;
	margin-right: 1%;
	position: relative;
	margin-bottom: 15px;
}
.c2-con ul li:nth-child(3n){
	margin-right: 0;
}
.c2-con ul li h3{
	font: normal 18px/40px "微软雅黑";
	color: #000;
	background: url(../images/line01.png) no-repeat left bottom;
	padding-bottom: 5px;
}
.c2-con ul li .info{
	font: 100 13px/24px "微软雅黑";
	color: #000;
	height: 92px;
	overflow: hidden; 
	padding-top: 20px;
}
.c2-con ul li .num{
	width: 42px;
	height: 56px;
	background: url(../images/c21.png) no-repeat center;
	font: 100 22px/56px "微软雅黑";
	color: #fff;
	position: absolute;
	top: 0;
	right: 5%; 
	text-align: center;
}
.c2-con ul li .img1{
	width: 42px;
	height: 56px;
	position: absolute;
	top: 0;
	right: 5%; 
}
.c2-con ul li .img2{
	width: 42px;
	height: 56px;
	position: absolute;
	top: 0;
	right: 5%; 
	opacity: 0;
}

.c2-con ul li:hover{
	background: url(../images/c23.png) no-repeat center;
	background-size:cover; 
}
.c2-con ul li:hover h3{
	color: #fff;
	background: url(../images/line02.png) no-repeat left bottom;
}
.c2-con ul li:hover .info{
	color: #fff;
}

.c2-con ul li:hover .num{
	background: url(../images/c22.png) no-repeat center;
	color: #ee6a5a;
}
.c2-con ul li:hover .img1{
	opacity: 0;
}
.c2-con ul li:hover .img2{
	opacity: 1;
}

@media (max-width: 768px){
	.c2-con ul li{
		width: 98%;
		margin: 1%!important;
	}
}


/*首页横图部分*/
.index-heng{
	margin-top: 60px;
	position: relative;
	background: url(../images/heng1.jpg) no-repeat center;
	background-size: cover; 
	height: 116px;
	padding-top: 10px;
}

.index-heng > img{
	width: 100%;
	height: auto;
}

.index-heng .wz{
	
	
	text-align: center;
	width: 100%;
}

.index-heng .wz h3{
    font: normal 34px/86px "微软雅黑";
    color: #fff;
}
.index-heng .wz h4{
	font: 100 14px/30px "微软雅黑";
	color: rgba(255, 255, 255, 0.7);
}
.index-heng .wz .htel{
	font: bold 26px/50px "微软雅黑";
	color: #e5322d;
}

@media (max-width: 1440px){
	.index-heng .wz{
		top: 5%;
	}
}
@media (max-width: 768px){
	.index-heng .wz h3{
		font: normal 18px/40px "微软雅黑";
	}
	.index-heng .wz h4{
		font: 100 12px/24px "微软雅黑";
	}
	.index-heng .wz .htel{
		font: bold 20px/40px "微软雅黑";
	}
}


/*首页企业简介部分*/

.index-c3{
	padding-top: 60px;
	padding-bottom: 5%;
}

.c3-con{
	margin: 0 auto;
}
.c3-con .c3-left{
	text-align: center;
	float: right;
	padding-top: 5%;
	padding-right: 3%;
	padding-bottom: 2%;
	position: relative;
	 
}
.c3-con .c3-left .line{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 50%;
	height: auto;
}
.c3-con .c3-left .abouttu{
	overflow: hidden;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 99;
}
.c3-con .c3-left img{
	max-width: 100%;
	height: auto;
	transition: .3s;
}
.c3-con .c3-left .abouttu:hover img{
	transform: scale(1.2);
}
.c3-con .c3-right h3{
	font-size: 24px;
	color: #000;
	position: relative;
	padding-left: 20px;

}
.c3-con .c3-right h3 p{
	font-size: 14px;
}
.c3-con .c3-right h3 img{
	position: absolute;
	top: 0;
	left: -260px;;
}
.c3-con .c3-right .jj{
	font: normal 14px/25px "微软雅黑";
	color: #000;
	padding: 6% 0;
	text-indent: 2em;
}
.c3-con .c3-right ul li{
	width: 23%;
	margin: 0 1%;
	float: left;
}
.c3-con .c3-right ul li a{
	display: block;
	background: #707070;
	font: normal 14px/36px "微软雅黑";
	color: #fff;
	text-align: center;
}

.c3-con .c3-right ul li:hover a{
	background: #e5322d;
}
@media (max-width: 768px){
	.c3-con .c3-left{
		float: none;
		margin-top: 20px;
	}
	.c3-con .c3-left .abouttu{
		position: static;
		width: 100%;
	}
	.c3-con .c3-left .line{
		display: none;
	}

}



.index-c4 .tabli ul li{
	width: 149px;
	height: 33px;
	background: #707070;
	text-align: center;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.index-c4 .tabli ul li a{
	display: block;
	font: normal 12px/33px "微软雅黑";
	color: #fff;
}
.index-c4 .tabli ul li.cur{
	background: #e5322d;
}
.index-c4 .tab{

	height: 0;
	overflow: hidden;
	
}
.index-c4 .tab .xyin-slick{
	position: relative;
	padding: 0 20px;
}
.index-c4 .tab .xyin-slick .slick-con{
	padding: 0 5%;
}
.index-c4 .tab .xyin-slick .slick-con a{
	display: block;
	overflow: hidden;
	position:relative;
}
.index-c4 .tab .xyin-slick .slick-con img{
	width: 100%;
	transition: .3s;
}
.index-c4 .tab .xyin-slick .slick-con:hover img{
	transform: scale(1.2);
}

.index-c4 .tab .xyin-slick .slick-con .wz{
    width: 100%;
    height: 100%;
    background: rgba(229,50,45,0.8);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0
}

.index-c4 .tab .xyin-slick .slick-con .wz h3{
    font-size: 18px;
    color: #fff;
    line-height: 2;
    padding-top: 16%
}
.index-c4 .tab .xyin-slick .slick-con .wz h4{
    font-size: 12px;
    color: #fff;
    line-height: 2;
    font-family: Arial;
    text-transform: uppercase;
}
.index-c4 .tab .xyin-slick .slick-con .wz dt{
    width: 77px;
    height: 25px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 15px;
    text-align: center;
    color: #fff;
    line-height: 23px;
    font-size: 12px;
    font-weight: normal;
    margin: 0 auto;
    margin-top: 20px;
}

.index-c4 .tab .xyin-slick .slick-arrow {
    width: 36px;
    height: 36px;
    border: none;
    outline: none;
    text-indent: 100px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}
.index-c4 .tab .xyin-slick .slick-con:hover .wz{
    opacity: 1
}

.index-c4 .tab .xyin-slick .slick-prev{
	background: url(../images/left01.png) no-repeat center;
    left:0px;
}
.index-c4 .tab .xyin-slick .slick-next{
	background: url(../images/right01.png) no-repeat center;
    right: 0px;
}
.index-c4 .tab .xyin-slick .slick-prev:hover{
	background: url(../images/left01_h.png) no-repeat center;
}
.index-c4 .tab .xyin-slick .slick-next:hover{
	background: url(../images/right01_h.png) no-repeat center;
}
.index-c4 .tab.aa{
	height: auto!important;
		margin-top: 20px;
}

.index-c5{
	padding-bottom: 50px;
	padding-top: 20px;
}
.xw-slick ul li{
	outline: none;
}
.xw-slick ul li >div{
	padding: 0 5%;

}
.xw-slick ul li .conn{
   padding: 5% 10%;
   border: 1px solid #fff;
}

.xw-slick ul li .sj{
	font: normal 32px/60px "微软雅黑";
	color: rgba(0, 0, 0, 0.5);
	background: url(../images/line03.png) no-repeat center bottom;
	text-align: center;
}
.xw-slick ul li h3{
	padding: 20px 0;
}
.xw-slick ul li h3 a{
	display: block;
	font: normal 12px/30px "微软雅黑";
	color: #ee6a5a;
	text-align: center;
}
.xw-slick ul li .info{
	font: 100 12px/24px "微软雅黑";
	color: #000; 
}

.xw-slick ul li a.img{
	display: block;
	margin-top: 10%;
	overflow: hidden;
}
.xw-slick ul li a.img img{
	width: 100%;
	height: auto;
	transition: .3s;
}
.xw-slick ul li:hover img{
	transform: scale(1.2);
}
.xw-slick ul li:hover .conn{
	border-color: #ee6a5a;
}
.xw-slick ul li:hover .sj{
	background: url(../images/line01.png) no-repeat center bottom;
	color: #000;
}
.xw-slick .slick-dots{
	margin-top: 50px;
	text-align: center;
}
.xw-slick .slick-dots li{
	width: 46px;
	height: 3px;
	display: inline-block;
	margin: 0 10px;
}
.xw-slick .slick-dots li button{
	display: block;
	width: 46px;
	height: 3px;
	outline: none;
	border:none;
	text-indent: 100px;
	overflow: hidden;
	background: #707070;
}
.xw-slick .slick-dots li.slick-active button{
	background: #e5322d;
}

.index-c6{
	width: 100%;
	height: 200px;
	background: url(../images/hz.jpg) no-repeat center;
	background-size: cover;
}


.hz-slick{
	padding: 0 50px;
	position: relative;
	padding-top: 50px;
}
.hz-slick ul li .img{
   padding: 0 10%;
}
.hz-slick ul li .img img{
	width: 100%;
}
.hz-slick .slick-arrow{
	width: 40px;
	height: 43px;
	border: none;
	outline: none;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	text-indent: 100px;
	overflow: hidden;
	cursor: pointer;
}
.hz-slick .slick-prev{
	left: -50px;
	background: url(../images/left02.png) no-repeat center;
}
.hz-slick .slick-next{
	right: -50px;
	background: url(../images/right02.png) no-repeat center;
}
.hz-slick .slick-prev:hover{
	background: url(../images/left02_h.png) no-repeat center;
}
.hz-slick .slick-next:hover{
	background: url(../images/right02_h.png) no-repeat center;
}




.xy-tonglan {
	background: #16212e;
}
.foot1{
	padding: 60px 0 30px;
	border-bottom: 1px solid #2e3843;
}

.xy-tonglan .xy-tl-title {
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 100;
}


.xy-tl-nav dl {
	width: 25%;
	float: left;
}


.xy-tl-nav dd a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
	line-height: 24px;
}

.xy-tl-nav dd a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.xy-tonglan .xy-tl-box {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 25px;
}

.xy-tonglan .xy-tl-box img {
	display: inline-block;
	margin-right: 15px;
}

.xy-tonglan .xy-tl-ewm {

	font-size: 16px;
	color: #ffffff;
	padding-top: 30px;
	text-align: right;
}

.xy-tonglan .xy-tl-ewm img {
	max-width: 100%;
}

@media (max-width: 768px) {

	.xy-tonglan .xy-tl-ewm{
		text-align: center;
	}
}

.xy-footer {
	padding: 30px 0;
	background: #16212e;
	position: relative;
}

.xyin-links{
	font: normal 13px/24px "微软雅黑";
	color: rgba(255, 255, 255, 0.6);
	display: none
}
.xyin-links a{
	color: rgba(255, 255, 255, 0.6);
}
.copyright{
	font: normal 13px/24px "微软雅黑";
	color: rgba(255, 255, 255, 0.6);
}
.copyright a{
	color: rgba(255, 255, 255, 0.6);
}
.fk1{
	font: normal 13px/24px "微软雅黑";
	color: rgba(255, 255, 255, 0.6);
	text-align: right;
}
.fk1 a{
	color: rgba(255, 255, 255, 0.6);
}


.fx{position: relative;margin-top: 20px;}
.fx li{float: left;width: 36px;height: 32px;margin-right: 10px;}
.fx .bdshare-button-style0-16 {position: absolute;opacity: 0;}
.fx .bdshare-button-style0-16 a{width: 36px;height: 32px;padding-left: 0;margin:0;margin-right: 10px;}

.fx li:first-child{background:url(../images/wb.png) no-repeat center;}
.fx li:nth-child(2){background:url(../images/qq.png) no-repeat center;}
.fx li:nth-child(3){background:url(../images/wx.png) no-repeat center;}

.fx li:first-child.sd{background:url(../images/wb_h.png) no-repeat center;}
.fx li:nth-child(2).sd{background:url(../images/qq_h.png) no-repeat center;}
.fx li:nth-child(3).sd{background:url(../images/wx_h.png) no-repeat center;}


.xypg-right-content img{
    max-width: 100%!important;
    height: auto!important;
}



.link {
  width: 107px;
  position: relative;
  float:right;
  margin-top: 10px;
}

.link dd {
  position: absolute;
  bottom: 28px;
  left: 0;
  background: #fff;
  display: none;
}

.link dd a {
  display: block;
  line-height: 30px;
  text-align: center;
  color: #555555;
  width: 107px;
  font-size: 12px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;

}
























