@charset "UTF-8";
@font-face
    {
        font-family: Bodoni Bk BT;
        src: url("../fonts/TT0035M_1.TTF");
    }
html{ 
	font-family:  "Microsoft YaHei", "寰蒋闆呴粦", "Tahoma", "Helvetica" !important;
}
body{ 
	font-family:  "Microsoft YaHei", "寰蒋闆呴粦", "Tahoma", "Helvetica" !important;
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}
.mobile-top{
	display: none;
}

.footH {
    height: 50px;
    display: none;
}
.footFix {
    background: #333;
    padding: 10px 0;
    display: none;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
}
.footFix>a {
    display: inline-block;
    width: 33%;
    font-size: 16px;
    color: #ffffff!important;
}
.footFix>a>i.iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
}

/*head*/
.menus{
	width: 100%;
	padding: 35px 0; 
	top: 0;
	background: rgba(255,255,255,0);
	z-index: 9999;
	position: relative;
	transition: all .5s ease;
}
.menus#isSy{
	position: fixed;
}
.menus#isNy{
	border-bottom: 1px solid #e8e7e7;
}
.menus.fixedbg{
	
	padding: 15px 0 20px 0;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #e8e7e7;
	transition: all .5s ease;
}
.fy{
	width:100%;
	float:left;
	margin-top:50px;
	margin-bottom:30px;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	text-align:center;
	font-size:12px;
	background: #ffffff;
	transition: all 0.6s;
	width:50px;
	height:50px;
	border-radius:50%;
	border:1px solid #E0E0E0;
	text-align:center;
	line-height:50px;
}
.fy ul li a:hover{
	background: #F4D853;
	color:#FFF;
	border:1px solid #F4D853;
}
.fy ul li .cur{
	background: #F4D853;
	color:#FFF;
	border:1px solid #F4D853;
}
.yingc{ display:none;}
.nybanner{ width:100%; float:left}
.nybanner img{ width:100%;}
.mart0{ margin-top:0px;}
@media (min-width: 1300px){
	.menus .container {
	    width: 1255px;
	}
}
.Logo{
	float: left;
	width: 161px;
}
.top-search{
	width: 17px;
	height: 17px;
	background: url(../images/top-search.png) no-repeat center center;
	float: right;
	margin-top: 18px;
	margin-left: 64px;
	cursor: pointer; display:none;
}
.WebLink{
	float: right;
	padding-top: 14px;
}
.WebLink li{
	float: left;
	margin-left: 42px;
	position: relative;
	min-width: 68px;
	text-align: center;
}
.WebLink li::after{
	content: "";
	width: 84px;
	height: 2px;
	background: url(../images/menus-hx.png) no-repeat center center;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -42px;
	opacity: 0;
	transition: all .5s ease;
}
.link-fade-top::after{
	content: attr(data-title) " ";
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0; 
	min-width: 68px;
	transform: translateZ(0) translateY(100%);
    transition: all .35s cubic-bezier(.785,.135,.15,.86);
	color: #fadd55;
}
.link-fade-top:hover::after{
	transform: translateZ(0) translateY(0)!important;
	color: #fadd55;
}
.WebLink li:hover::after,
.WebLink li.on::after{
	opacity: 1;
	transition: all .5s ease;
}
.WebLink li:first-child{
	margin-left: 0;
}
.WebLink li > a{
	font-family:  "Microsoft YaHei", "寰蒋闆呴粦", "Tahoma", "Helvetica" !important;
	font-size: 16px;
	color: #000000;
	display: block;
	line-height: 25px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.WebLink li > a:hover{
}
.link-fade-top .text {
    display: block;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
	transition: transform .35s cubic-bezier(.785,.135,.15,.86);
}
.link-fade-top:hover .text{
	transform: translateZ(0) translateY(-100%)!important;
}

/*lby-index1*/
.lby-index1{
	
}
.lby-index1-back{
	width: 100%;
	margin-top: -119px;
}
.lby-index1 .container{
	
}
.lby-index-float-warp{
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	top: 0;
	left: 0;
	z-index: 1001;
}
.lby-index-float{
	/*position: absolute;*/
	width: 100%;
	/*height: 100%;*/
	top: 0;
	left: 0;
	padding-top: 12px;
}
.lby-index1-y-warp{
	position: relative;
	width: 100%;
}
.lby-index1-left-y{
	float: left;
	width: 31%;
}
.lby-index1-right-y{
	position: absolute;
	top: 108px;
	width: 32%;
}
.index1-weare{
	position: absolute;
	top: 70px;
	left: 278px;
}
.lby-index1-bt{
	/*position: absolute;
	bottom: 0px;*/
	margin-top: 350px;
	z-index: 999;
}
@media (max-width: 1440px){
	.lby-index1-bt{
/*		margin-top: 342px;*/
		margin-top: 239px;
	}
} 
.sy1-bt-cn{
	font-weight: bold;
	font-size: 16px;
	color: #626262;
	margin-top: 4px;
}
.sy1-bt-en{
	font-family: "Bodoni Bk BT";
	color: #626262;
	font-size: 24px;
}

/*lby-inde2*/
.lby-index2{
	width: 100%;
	padding: 48px 0;
	position: relative;
}
.sy2-xt{
	position: absolute;
	top: -130px;
	left: 0;
	width: 53.177083333%;
	z-index: 999;
}
@media (max-width: 1440px){
	.sy2-xt{
		top: -75px;
	}
} 
.sy2-back1{
	float: right;
	width: 68.90625%;
	position: relative;
}
.sy2-sub{
	position: absolute;
	bottom: 115px;
	left: -353px;
}
@media (max-width: 1440px){
	.sy2-sub{
		bottom: 50px;
	}
} 
.sy2-cn{
	font-size: 48px;
	color: #3f3f3f;
	line-height: 61px;
}
.sy2-cn span{
	font-weight: bold;
	margin: 0 25px;
	background: url(../images/fachou-back.png) no-repeat center center;
	display: inline-block;
	width: 167px;
	text-align: center;
}
.sy2-en{
	font-family: "Bodoni Bk BT";
	font-size: 50px;
	margin-top: 18px;
}

/*index3*/
.lby-index3{
	width: 100%;
	overflow: hidden;
	padding: 140px 0 0 0;
	background: url(../images/index3-right-back.png) no-repeat bottom 32% right;
}
.sy3-list-warp{
	margin-bottom: 195px;
}
.sy3-box .sy3-list-warp:nth-child(2) .sy3-list{
	float: left;
}
.sy3-box .sy3-list-warp:nth-child(2) .sy3-list .SubInfo{
	margin-left: 8%;
}
.sy3-box .sy3-list-warp:nth-child(2) .sy3-list-a a{
	float: right;
}
.sy3-box .sy3-list-warp:nth-child(2) .sy3-list .rel-img{
	float: right;
}
.sy3-list{
	width: 100%;
	width: 79.864583334%;
	float: right;
	border-top: 1px solid #b2b2b2;
}
.sy3-list .rel-img{
	float: left;
	position: relative;
}
.sy3-list .abs-sub{
	position: absolute;
	top: -56px; 
	font-family: "Bodoni Bk BT";
}
.sy3-box .sy3-list-warp:nth-child(1) .sy3-list .abs-sub{
	left: -198px;
}
.sy3-box .sy3-list-warp:nth-child(3) .sy3-list .abs-sub{
	left: -198px;
}
.sy3-box .sy3-list-warp:nth-child(2) .sy3-list .abs-sub{
	right: -198px;
	text-align: right;
}
.sy3-en1{
	font-size: 110px;
	line-height: 110px;
	color: #fadd55;
}
.sy3-en2{
	color: #727272;
	font-size: 16px;
}
@media (max-width: 1440px){
	.sy3-list .rel-img{
		/*width: 29.498327759%*/
		width: 36%; 
	}
} 
.sy3-list .SubInfo{
	/*width: 51.839464882%;*/
	width: 55%;
	float: left;
	margin-left: 48px;
	padding-top: 46px;
	position: relative;
}

.sy3-pc-list{
	position: absolute;
	left: 0;
	width: 180%;
	bottom: -40%;
}
.sy3-pc-list a{
	display: block;
	float: left;
	color: #a4a5a5;
	margin-right: 30px;
	line-height: 30px;
	padding-left: 35px;
}
.mb-sy3{
	display: none;
}

.sy3-box .sy3-list-warp:nth-child(3) .sy3-list .SubInfo{
	padding-top: 12px;
	width: 53%;
}
.sy3-box .sy3-list-warp:nth-child(3) .sy3-en2{
	margin-top: 15px;
}
.sy3-list .SubInfo .tit{
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #3f3f3f;
	min-height: 25px;
}
.sy3-tuwen{
	 
}
.sy3-list .SubInfo .sub{
	line-height: 36px;
	color: #3f3f3f;
	font-size: 16px;
	margin-top: 14px;
	min-height: 72;
}
.sy3-list-a{
	margin-top: 22px;
}
.sy3-list-a a{
	display: block;
	float: left;
	line-height: 26px;
	color: #a4a5a5;
	padding-left: 35px;
	margin-left: 43px;
}
.sy3-list-a a:first-child{
	margin-left: 0;
}
.sy3-box .sy3-list-warp:nth-child(1) .sy3-list-a{
/*
	width: 59.8%;
	float: right;
*/
}
.sy3-box .sy3-list-warp:nth-child(2) .sy3-list-a a{
	margin-left: 58px;
}
.sy3-box .sy3-list-warp:nth-child(3) .sy3-list-a a{
	background: url(../images/list3-ico.png) no-repeat left center !important;
	margin-left: 0;
	margin-right: 23px;
}
.sy3-box .sy3-list-warp:nth-child(3) .sy3-list-a a:last-child{
	margin-right: 0;
}
#list1-1{
	background: url(../images/list1-qyzh.png) no-repeat left center;
}
#list1-2{
	background: url(../images/list1-swhy.png) no-repeat left center;
}
#list1-3{
	background: url(../images/list1-khdx.png) no-repeat left center;
}
#list1-4{
	background: url(../images/list1-ppdz.png) no-repeat left center;
}
/*list2*/
#list2-1{
	background: url(../images/list2-jxzdh.png) no-repeat left center;
}
#list2-2{
	background: url(../images/list2-ylbx.png) no-repeat left center;
}
#list2-3{
	background: url(../images/list2-mscy.png) no-repeat left center;
}
#list2-4{
	background: url(../images/list2-fcjz.png) no-repeat left center;
}
#list2-5{
	background: url(../images/list2-qcjt.png) no-repeat left center;
}
#list2-6{
	background: url(../images/list2-qzjy.png) no-repeat left center;
}
#list2-7{
	background: url(../images/list2-gxjs.png) no-repeat left center;
}
.sy3-list-warp:last-child{
	margin-bottom: 0;
}

/*lby-index4*/
.lby-index4{
	width: 100%; 
	padding: 0; 
	position: relative;
	padding-top: 200px;
}
.sy4-bg{
	position: absolute;
	top: -69%;
	left: -10%;
	z-index: -1;
}
@media (min-width: 1420px){
	.lby-index4 .container {
	    width: 90%; 
	}
}  
@media (min-width: 1450px){
	.lby-index4 .container {
	    width: 1445px;
	}
}  
.sy4-left-bt{
	float: left;
	background: url(../images/sy4-brand.png) no-repeat left bottom;
	padding-top: 20%;
	padding-left: 168px;
	line-height: 42px;
}
.sy4-left-bt .bt-cn{
	font-size: 50px;
	letter-spacing: 5px;
	line-height: 56px;
	color: #090100;
}
.sy4-left-bt .bt-en{
	font-family: "Bodoni Bk BT";
	color: #090100;
	font-size: 46px;
	letter-spacing: 2px;
}
.sy4-right-cont{
	float: right;
	width: 50.17301038%;
	line-height: 42px;
	font-size: 16px;
	padding-top: 35px;
}
.sy4-right-cont img{
	display: inline-block;
	margin-top: -35px;
	width: 161px;
}
.sy4-box{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
	margin-top: 70px;
}
.sy4-list{
	 
}
.sy4-list .szm{
	font-family: "Bodoni Bk BT";
	color: #fadd55;
	float: left;
	font-size: 110px;
	line-height: 85px;
}
.sy4-list .bt{
	float: left;
	padding-top: 32px;
}
.sy4-list .bt .en{
	font-family: "Bodoni Bk BT";
	color: #fadd55;
	font-size: 24px;
	line-height: 26px;
}
.sy4-list .bt .cn{
	color: #3f3f3f;
	font-size: 18px;
}

/*index5*/
.lby-index5{
	width: 100%;
	padding: 0;
	position: relative; 
}
.lby-index5 .rel-img{
	float: right;
	width: 65.15625%;
	z-index: 99;
	position: relative;
	z-index: 100;
}
.lby-index5 .rel-img img{
	display: block;
	width: 100%;
}
#lby5Dot{
	bottom: 12%;
}
#lby5Dot .swiper-pagination-bullet{
	margin: 0 7px;
}
#lby5Dot .swiper-pagination-bullet-active{
	background: #534c4a;
}
.lby-index5 .sy5-bt{
	width: 41.45833334%;
	position: absolute;
	left: 0;
	text-align: center;
	top: 200px;
} 
.lby-index5 .left-info{
	width: 58.85416667%; 
	position: absolute;
	height: 500px;
	left: 0;
	bottom: -135px;
	background: #fbf8f5;
	z-index: 98;
	padding: 64px 0 260px 5%;
}
.lby-index5 .left-info a{
	display: block;
	line-height: 40px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #000000;
	position: relative;
	z-index: 100;
}
.sy5-bg1{
	position: absolute;
	left: -2%;
	top: 20%;
	z-index: 99;
}
.sy5-bg2{
	position: absolute;
    bottom: -22%;
    left: 0;
    z-index: 99;
    width: 68%;
}

/*index6*/
.lby-index6{
	width: 100%;
	overflow: hidden;
	padding: 0;
}
.sy6-top{
	position: relative;
}
.sy6-top .is-back{
	float: right;
	width: 73.802083334%;
}
.sy6-top .is-bt{
	position: absolute;
	bottom: 15px;
	left: 11.9%;
}
.sy6-top .is-bt .is-bt-r{
	position: relative;
}
.sy6-top .is-bt span{
	position: absolute;
	display: block;
	line-height: 25px;
    writing-mode: tb-rl;
	right: 26px;
	bottom: 96px;
	font-family: "Bodoni Bk BT";
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}
@media (min-width: 1200px){
	.lby-index6 .container {
	    width: 90%;
	}
	.lby-index6 .row > div img{
		height: 325px;
		width: auto; 
	}
}
.lby-index6 .row > div{
	padding: 0;
}
@media (min-width: 1500px){
	.lby-index6 .container {
	    width: 1450px;
	}
}
.lby-index6 .row{
	margin-top: 45px;
}
.lby-index6 .row > div img{ 
	display: block;
	margin: 0 auto;
}

/*index7*/
.lby-index7{
	width: 100%;
	position: relative;
	padding: 155px 0 0 0;
	margin-top: 155px;
}
.sy7-back{
	width: 100%;
	height: 688px;
	background: url(../images/sy7-back.png) no-repeat top center;
	background-size: cover;
}
.lby-index7 .container{
	position: relative;
}
.dx-img{
	/*width: 47.33334%;*/
	width: 29.583333%;
	position: absolute;
	left: 40%;
	top: 0%;
	z-index: -1;
}
.sy7-bt{
	margin-left: 8%;
}

/*indexMsg*/
.indexMsg{
	width: 100%;
	overflow: hidden;
	padding: 58px 0 60px 0; 
	background: #fadd55 url(../images/f-back.png) no-repeat right bottom 15px;
}
@media (min-width: 1180px){
	.indexMsg .container {
	    width: 1160px;
	}
}
#sy-msg{
	width: 44.827586206%;
	float: left;
	margin-top: 18px;
}
#sy-msg input[type=text]{
	width: 100%;
	height: 42px;
	border: none;
	outline: none;
	background: #fff;
	color: #cccdcd;
	padding: 0;
	text-indent: 18px;
	margin-bottom: 20px;
}
#sy-msg textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 140px;
	max-height: 140px;
	background: #FFF;
	border: none;
	padding-top: 15px;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 25px;
	color: #cccdcd;
}
#sy-msg input[type=button]{
	width: 235px;
	height: 45px;
	background: #3f3f3f;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	border: none;
	outline: none;
	display: block;
	margin: 22px auto 0;
}
.sy-msg-right-lx{
	width: 42.24137931%;
	float: right;
	background: #fff;
	padding: 32px ;
}
.sy-msg-right-lx h4{
	text-align: center;
	font-family: "Bodoni Bk BT";
	color: #fadd55;
	font-size: 24px;
}
.sy-msg-right-lx h5{
	font-weight: bold;
	font-size: 18px;
	color: #595757;
	text-align: center;
	margin-top: 16px;
}
.sy-msg-right-lx p{
	line-height: 28px;
	font-size: 16px;
	color: #595757; 
	margin-left: 19%;
	margin-bottom: 30px; 
}
.sy-msg-right-lx .info{
	margin-top: 30px; 
}
.sy-msg-right-lx .tel{
	letter-spacing: 1px;
	background: url(../images/sy-msg-tel.png) no-repeat left center;
	padding-left: 38px;
}
.sy-msg-right-lx .address{ 
	background: url(../images/sy-msg-address.png) no-repeat left center;
	padding-left: 38px;
}
.sy-msg-right-lx .time{ 
	background: url(../images/sy-msg-email.png) no-repeat left center;
	padding-left: 38px;
}

/*lby-ppsj*/
.lby-ppsj{
	width: 100%;
	overflow: hidden;
	padding: 140px 0 0 0;
	position: relative;
/*	background: url(../images/ppsj-back.png) no-repeat right bottom;*/
}
.lby-ppsj-r-back{
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (min-width: 1320px){
	.lby-ppsj .container {
	    width: 1300px;
	}
}
.lby-ppsj .container {
	padding-bottom: 120px;
}
.is-ppsj-img-bt{
	float: left;
}
.ppsj-cont{
	float: left;
	margin-left: 45px;
	width: 65%;
	position: relative;
}
.ppsj-cont h3{
	font-family:  "Microsoft YaHei", "寰蒋闆呴粦", "Tahoma", "Helvetica" !important;
	font-size: 48px;
	color: #231815;
	line-height: 55px;
	margin-bottom: 60px;
}
.ppsj-cont .cont{
	font-family:  "Microsoft YaHei", "寰蒋闆呴粦", "Tahoma", "Helvetica" !important;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.design{
	position: absolute;
	top: -33px;
	left: 94px;
}

/*case*/
.case{
	width: 100%;
	overflow: hidden;
	padding: 92px 0 70px 0;
	background: #eff0f2;
}
@media (min-width: 1260px){
	.case .container {
	    width: 1440px;
	}
	.lby-ppsj .container{
		width: 1400px;
	}
}
.lby-case-bt{
	line-height: 55px;
	font-size: 48px;
	color: #231815;
	font-family:  "Microsoft YaHei", "寰蒋闆呴粦", "Tahoma", "Helvetica" !important;
	position: relative;
	z-index: 99;
}
.lby-case-bt::after{
	content: "";
	position: absolute;
	width: 14px;
	height: 374px;
	background: url(../images/case-left-bt.png) no-repeat center center;
	left: -42px;
	z-index: 0;
}
.lby-case-bt::before{
	content: "";
	position: absolute;
	width: 356px;
	height: 111px;
	background: url(../images/case-en-bt.png) no-repeat center center;
	left: 190px;
	top: -29px;
}
/* 20230517 鏂板 */
.lby-case-subt {
    margin-top: 20px;
}
.lby-case-subt li a{
    float: left;
    padding-right: 20px;
}
.lby-case-subt li:first-child a{font-weight:bold;color:#000;}
.lby-case-subt li a.cur{ color:#b08a0a
}
.lby-case-subkey li:first-child a{font-weight:bold;color:#000;}
/* 20230614鎵嬫満 */
@media (max-width: 767px){
.lby-case-subt {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 60px;
}
.lby-case-subt ul{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	}
.lby-case-subt li{
	width: 25%;
	float: left;
	padding:5px;
}	
 
}
.clear{clear: both;}

/* 20231205 鏂板 */
.lby-case-subkey {
    padding-top: 20px;
}
.lby-case-subkey li a{
    float: left;
    padding-right: 20px;
}
.lby-case-subkey li a.cur{
	color:#b08a0a;
}
/* 20231205 鎵嬫満 */
@media (max-width: 767px){
.lby-case-subkey {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 60px;
}
.lby-case-subkey ul{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	}
.lby-case-subkey li{
	width: 25%;
	float: left;
	padding:5px;
}	
.lby-case-subkey li a{ 
    padding-right: 5px;
}
}

.case .row{
	margin-top: 75px;
	position: relative;
	z-index: 999;
}
@media (min-width: 992px){
	.case .col-md-3 {
	    padding-left: 11px;
	    padding-right: 11px;
	}
}
@media (min-width: 1260px){
.lby-dzlc .container {
    width: 1440px;
}
}
.case .item-list{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 35px;
}
.case .item-list .Pic{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.case .item-list .Pic .zshy{
	
	position:absolute;
	top:0;
	right:10px;
	width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/jxcp-iocn-top.png) no-repeat right top;
    z-index: 9999;

}
.case .item-list .Pic img{
	display: block;
	width: 100%;
}
/*鏂板more鏁堟灉y*/
.case .item-list .Pic span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(0.6);
	background: rgba(254,225,89,0.6) url(../images/case-list-more-y.png) no-repeat center center;
	transition: all .5s ease;
}
.case .item-list .Pic:hover span{
	transform: scale(1);
	opacity: 1;
    transition: all .5s ease;
}
/*鏂板more鏁堟灉y end*/
.case .item-list .SubInfo{
	padding-top: 20px;
}
.case .item-list .SubInfo .tit{
	font-size: 18px;
	font-weight:600;
	color: #000;
	line-height: 26px;
	min-height: 26px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.case .item-list:hover .SubInfo .tit{
	color: #fadd55;
	transition: all .5s ease;
}
.case .item-list .SubInfo .sub{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	min-height: 56px;
	
    margin-top: 5px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/*lby-dzlc*/
.lby-dzlc{
	width: 100%;
	overflow: hidden;
	padding: 120px 0;
}
.lby-dzlc-left{
	float: left;
	margin-left: 46px;
}
.lby-dzlc-left .dzlc-h2{
	line-height: 55px;
	font-size: 48px;
	color: #231815;
	display: inline-block;
	position: relative;
}
.lby-dzlc-left .dzlc-h2::after{
	content: "";
	position: absolute;
	width: 637px;
	height: 110px;
	background: url(../images/dzlc-en-img.png) no-repeat center center;
	top: -30px;
	left: 51%;
	z-index: -1;
}
.dzlc-lc{
	margin-top: 131px;
}
.dzlc-lc .lc-list{
	float: left; 
	margin-right: 78px;
}
.dzlc-lc .lc-list:last-child{
	margin-right: 0;
}
.dzlc-lc .lc-list img{
	height: 280px;
	width: auto;
}

/*lby-ppdw*/
.lby-ppdw{
	width: 100%;
	overflow: hidden;
	padding: 75px 0;
	background: url(../images/ppdw-warp-back.png) no-repeat left top;
	position: relative;
}
@media (min-width: 1320px){
	.lby-ppdw .container {
	    width: 1310px;
	}
}
.lby-ppdw .container {
    padding-top: 38px;
}
.ppdw-right-back{
	float: right;
	width: 35.5729166%; 
	/*position: absolute;
	top: 0;
	right: 0;*/
}
.ppdw-right-back img{
	display: block;
	width: 100%;
}
.is-ppdw-img-bt{
	float: left;
	padding-top: 52px;
}
.ppdw-cont{
	width: 50%;
	float: left;
	margin-left: 42px;
}
.ppdw-cont .cont1{
	margin-bottom: 85px;
}
.ppdw-cont .cont1 h3{
	font-size: 48px;
	font-family:  "Microsoft YaHei", "寰蒋闆呴粦", "Tahoma", "Helvetica" !important;
	color: #231815;
	line-height: 55px;
	background: url(../images/yhao.png) no-repeat top left;
	padding-top: 52px;
	margin-bottom: 40px;
	position: relative;
}
.ppdw-cont .cont1 h3::after{
	content: "";
	position: absolute;
	width: 568px;
	height: 111px;
	background: url(../images/00-ljw.png) no-repeat center center;
	left: 31%;
	top: 24px;
	z-index: -1;
}
.ppdw-cont .sub{
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}
.ppdw-cont .cont2 h6{
	font-size: 26px;
	color: #222222;
	line-height: 33px;
	background: url(../images/ppdw-ico.png) no-repeat left center;
	padding-left: 46px;
	margin-bottom: 30px;
}
/*鍚堜綔浼欎即*/
.partner{
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/partner-back.png) no-repeat right top 215px;
}
@media (min-width: 1320px){
.partner .container {
    width: 1310px;
}
}
/*
.partner .container{
    width:1310px;
}
*/
.is-hzhb-img-bt{
	float: left;
}
.partner-warp{
	float: left;
	margin-left: 50px;
}
.partner-warp h4{
	position: relative;
	font-size: 48px;
	color: #1a1a1a;
	line-height: 55px;
	z-index: 999;
}
.partner-warp h4::after{
	content: "";
	position: absolute;
	width: 680px;
	height: 108px;
	background: url(../images/partner-en-bt.png) no-repeat center center;
	top: -28px;
	left: 192px;
	z-index: -1;
}
.partner-Box{
	margin-top: 95px;
	float: left;
}
.partner-list{
	overflow: hidden;
	margin-bottom: 13px;
}
.partner-list#bottom{
	margin-left: 130px;
}
.partner-list li{
	width: 110px;
	height: 110px;
	background: #eff0f2;
	line-height: 110px;
	float: left;
	margin-right: 20px;
    transition: all .5s ease;
}
.partner-list li:hover{
	border-radius: 5px;
	background: #fadd55;
    transition: all .5s ease;
}
.partner-arrow{
	float: left;
	margin-top: 22.5%; 
}
.partner-arrow a{
	display: block;
	width: 65px;
	height: 50px;
}
#partnerN{
	background: #fee159 url(../images/hzhb-N.png) no-repeat center center;
    transition: all .5s ease;
}
#partnerN:hover{
	background: #111111 url(../images/hzhb-N.png) no-repeat center center;
    transition: all .5s ease;
}
#partnerP{
	background: #fee159 url(../images/hzhb-P.png) no-repeat center center;
    transition: all .5s ease;
	margin-bottom: 9px;
}
#partnerP:hover{
	background: #111111 url(../images/hzhb-P.png) no-repeat center center;
    transition: all .5s ease;
}

/*contact*/
.contact{
	width: 100%;
	overflow: hidden;
	padding: 90px 0 180px 0;
	background: url(../images/contact-xt-back.png) no-repeat left bottom 125px;
}
@media (min-width: 1290px){
	.contact .container {
	    width: 1258px;
	}
}
.contact-h2{
	font-size: 48px;
	line-height: 55px;
	color: #222222;
}
.contact-info{
	padding-top: 62px;
	background: url(../images/contact-en-bt.png) no-repeat top 26px left;
}
.contact .left-info{
	float: left;
}
.contact .left-info .l-bt{
	font-size: 28px;
	color: #222222;
	margin-bottom: 42px;
}
.contact .left-info .l-bt span{
	position: relative;
	z-index: 99;
}
.contact .left-info .l-bt span::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 9px;
	background: #fee159;
	bottom: -1px;
	z-index: -1;
}
.contact .left-info p{
	font-size: 16px;
	color: #333333;
	line-height: 45px;
	padding-left: 28px;
}
.contact .left-info p.address{
	background: url(../images/c-dz.png) no-repeat left center;
}
.contact .left-info p.phone{
	background: url(../images/c-phone.png) no-repeat left center;
}
.contact .left-info p.qq{
	background: url(../images/c-qq.png) no-repeat left center;
}
.contact .left-info p.yx{
	background: url(../images/c-yx.png) no-repeat left center;
}
.contact .left-info p.wx{
	display: none;
	background: url(../images/wx.png) no-repeat left center;
}
form#msg{
	width: 41.732909379%;
	float: right;
} 
form#msg input[type=text]{
	width: 77%;
	float: left;
	border: none;
	background: rgba(0,0,0,0);
	height: 48px;
/*	border-bottom: 1px solid #b5b5b5;*/
	outline: none;
/*	margin-bottom: 10px;*/
	font-size: 16px;
	color: #222222;
	padding: 0; 
} 
#sy-msg input::-webkit-input-placeholder{
	color: #c9caca;
}
#sy-msg textarea::-webkit-input-placeholder{
	color: #c9caca;
}
form#msg input::-webkit-input-placeholder{
	color: #222;
}
form#msg #biaod2 input[type=text]{
	width: 65%;
}
form#msg #biaod2 .fm-bt{
	width: 35%;
}
form#msg #biaod3 input[type=text]{
	width: 89.2%;
}
form#msg #biaod3 .fm-bt{
	width: 10.8%;
} 
.msgbt{
	font-size: 16px;
	color: #222222;
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 25px;
	transition: all .5s ease;
}
.msgbt.ztx{
	font-size: 14px;
	line-height: 25px;
	transition: all .5s ease;
}
.fm-bt{
	width: 23%;
	float: left;
	line-height: 47px;
	font-size: 16px;
/*	border-bottom: 1px solid #b5b5b5;*/
	transition: all .5s ease;
}
.brdb{
	border-bottom: 1px solid #b5b5b5;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.fm-bt.ztx{
	font-size: 14px;
	transition: all .5s ease;
}
form#msg textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 210px;
	max-height: 250px;
	outline: none;
	background: rgba(0,0,0,0);
	border: 1px solid #b5b5b5; 
	line-height: 25px;
	padding: 20px;
	font-size: 15px;
	color: #b5b5b5;
}
form#msg input[type=button]{
	width: 195px;
	height: 45px;
	border: none;
	outline: none;
	background: #fee159;
	font-size: 16px;
	color: #222222;
	float: right;
	margin-top: 21px;
	cursor: pointer;
	position: relative;
	z-index: 99;
	letter-spacing: 1px;
}

/*productList*/
.product-list{
	width: 100%;
	overflow: hidden;
	padding: 62px 0;
	background: #f0f0f2;
}
@media (min-width: 1290px){
	.product-list .container {
	    width: 1258px;
	}
}
.product-list .row{
	margin-top: 40px;
}
@media (min-width: 992px){
	.product-list .col-md-4 {
	    padding-left: 33px;
	    padding-right: 33px;
	}
}
.item-pro{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 45px;
}
.item-pro .Pic{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.item-pro .Pic img{
	display: block;
	width: 100%;
}
.item-pro span{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(0.6);
	background: rgba(254,225,89,0.6) url(../images/pro-list-more.png) no-repeat center center;
	transition: all .5s ease;
}
.item-pro:hover span{
	transform: scale(1);
	opacity: 1;
    transition: all .5s ease;
}
.item-pro .Pic.hot::after{
	content: "";
	position: absolute;
	width: 51px;
	height: 42px;
	background: url(../images/pro-hot-ico.png) no-repeat center center;
	top: 22px;
	left: 33px;
}
.item-pro p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
}

/*product-class*/
.product-class{
	width: 100%;
	overflow: hidden;
	padding: 106px 0;
	background: #f0f0f2;
}
@media (min-width: 1290px){
	.product-class .container {
	    width: 1258px;
	}
}
.product-class .en-h4{
	font-family: "Bodoni Bk BT";
	font-size: 42px;
	color: #fadd55;
}
.product-class .cn-h4{
	font-size: 48px;
	color: #333333;
}
.product-class .gallery-top{
	background: url(../images/p-top-back.png) no-repeat top right 40%;
}
.product-class .see{
	display: block;
	width: 168px;
	line-height: 50px;
	background: #fee159;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 50px;
}
.item-pro-list{
	overflow: hidden;
	padding-top: 50px;
}
.item-pro-list .left-info{
	float: left;
	padding-top: 22px;
}
.item-pro-list .right-img{
	float: right;
}
.item-button-list{
	width: 180px;
	height: 180px;
	position: relative;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}
.product-class .gallery-thumbs{
	background: url(../images/p-hx.jpg) repeat-x center center;
	padding: 0 100px;
	margin-top: 60px;
}
.item-button-list::after{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #c7c5c5;
	border-radius: 100%;
	top: 50%;
	margin-top: -6px;
	left: 50%;
	margin-left: -6px;
	transition: all .5s ease;
}
.item-button-list:hover::after,
.swiper-slide.swiper-slide-thumb-active .item-button-list::after{
	background: #fee159;
	transition: all .5s ease;
}
.item-button-list::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	border-radius: 100%;
	z-index: -1;
	transform: scale(0);
	transition: all .5s ease;
}
.item-button-list:hover::before,
.swiper-slide.swiper-slide-thumb-active .item-button-list::before{
	transform: scale(1);
	transition: all .5s ease;
}
.dots-item--text{
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 25px;
	padding-top: 38px;
	opacity: 0;
	transition: all .5s ease;
}
.item-button-list:hover .dots-item--text,
.swiper-slide.swiper-slide-thumb-active .dots-item--text{
	opacity: 1;
	transition: all .5s ease;
}
.dots-item--icons{
	padding-top: 42px;
	text-align: center;
}
#proP{
	width: 50px;
	height: 50px;
	background: url(../images/pro-P.png) no-repeat center center;
	left: -5px;
	top: 48.1%;
}
#proN{
	width: 50px;
	height: 50px;
	background: url(../images/pro-N.png) no-repeat center center;
	right: -5px;
	top: 48.1%;
	z-index: 11111;
}

/*foot*/
footer{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 55px 0;
	background: #050505 url(../images/foot-back.png) no-repeat right 30px bottom;
	
} 
.foot-left{
	float: left;
	overflow: hidden;
}
.f-left-info{
	line-height: 34px;
	color: #767474;
	font-size: 14px;
	margin-top: 35px;
}
.f-left-info hr{
	width: 30px;
	height: 2px;
	background: #646464;
}
.foot-right{
	float: right;
	overflow: hidden;
}
.item-flm{
	float: left;
	overflow: hidden;
	margin-left: 52px;
}
.item-flm h5{
	font-size: 16px;
	color: #4c4c4c;
	font-weight: bold;
	font-family:  "Microsoft YaHei", "寰蒋闆呴粦", "Tahoma", "Helvetica" !important;
	margin-bottom: 15px;
}
.item-flm a{
	display: block;
	line-height: 32px;
	font-size: 14px;
	color: #757373; 
}
.item-flm a:hover{
	color: #fff;
}

/*鍙充晶-娴姩*/
.web-float{
	position: fixed;
	right: -363px;
	top: 35%;
	z-index: 1;    
}
.web-float:hover{
	z-index: 999;
}
.web-float-list{
	position: relative;
	margin-bottom: 1px;
	cursor: pointer;
/*
	transform: translateX(182px);*/
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;

}
.web-float-list a:hover{
	color: #333;
}
.web-float-list:hover{
	transform: translateX(-182px);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.web-float-list.on:hover{
	transform: translateX(-352px);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.fd-phone{
	background: #fadd55 url(../images/fd-phone.png)  no-repeat center center;
	width: 67px;
	height: 56px;
	float: left;
	border-right: 1px solid #000;
}
.fd-phone-info{
	height: 56px;
	width: 180px;
	line-height: 56px; 
	font-size: 16px;
	float: left;
	text-align: center;
	font-family:  "Microsoft YaHei", "寰蒋闆呴粦", "Tahoma", "Helvetica" !important;
	background: #fadd55;
}
.fd-qq{
	background: #fadd55 url(../images/fd-qq.png)  no-repeat center center;
	width: 67px;
	height: 56px;
	float: left;
	border-right: 1px solid #000;
}
.fd-tel{
	background: #fadd55 url(../images/fd-tel.png)  no-repeat center center;
	width: 67px;
	height: 56px;
	float: left;
	border-right: 1px solid #000;
}
.fd-ewm{
	background: #fadd55 url(../images/fd-ewm.png)  no-repeat center center;
	width: 67px;
	height: 56px;
	float: left;
	border-right: 1px solid #000;
}
.fd-ewm-info{
	width: 362px;
	height: 180px; 
	background: #fadd55;
	float: left;
	padding: 12px;
}
.fd-ewm-info img{
	display: block;
	width: 148px; 
	margin-right: 12px;
	float: left;
}

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #fadd55;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #fadd55;
	color: #fff;
}

/*瀹氫箟婊氬姩鏉￠珮瀹藉強鑳屾櫙 楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
::-webkit-scrollbar
{
	width: 5px;
	height: 16px;
	background-color: #fff; 
}
 
/*瀹氫箟婊氬姩鏉¤建閬 鍐呴槾褰?鍦嗚*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
 
/*瀹氫箟婊戝潡 鍐呴槾褰?鍦嗚*/
::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(250,221,85,1); 
	border-radius: 0;
} 
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(250,221,85,1);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(250,221,85,1);
}
/*瀹氫箟涓ょ涓婁笅鎸夐挳*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
    right: 0.8%;
    bottom: 6%;
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 1000;
}

/*web-de-warp*/
.web-de-warp{
	padding: 20px;
}
.de-img-show{
	cursor: all-scroll;
	position: relative;
}
.de-img-show .big{
	width: 100%;
}
.de-img-show .abs-logo{
	
}
.de-img-show .swiper-pagination-bullet-active{
	background: #fff;
}
.pro-de-SubInfo{
	padding: 28px 38px;
	background: #eff0f2;
	overflow: hidden;
	min-height: 236px;
}
.pro-de-SubInfo .left-info{
	float: left;
	width: 60%;
}
.pro-de-SubInfo .left-info h3{
	font-size: 24px;
	font-weight: bold;
	color: #231815;
}
.pro-de-SubInfo .left-info .cont{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	height: 100px;
	padding-right: 40px;
	overflow: auto;
	margin-top: 28px;
}
.pro-de-SubInfo .right-info{
	float: right;
	margin-right: 0;
	line-height: 30px;
	color: #333333;
	font-size: 14px;
	width: 38%;
}

.case-de-SubInfo{
	padding: 30px 34px;
	background: #eff0f2;
	overflow: hidden; 
}
.case-de-SubInfo .left-info{
	float: left;
	width: 58%;
}
.case-de-SubInfo .left-info img{
	margin-top:10px;
}
.case-de-SubInfo .left-info h3{
	font-size: 26px;
	color: #231815;
	padding-top: 15px;
}
.case-de-SubInfo .right-info{
	float: right;
	border-left: 1px solid #c5c3c4;
	padding-left: 22px;
	margin-right: 40px;
	line-height: 45px;
	color: #333333;
	font-size: 16px;
}


.search-wrap {
	display: flex;
	flex-direction: row;
}

.search-wrap input {
	background: none;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	width: 80%;
	background: #fff;
	border: none;
	outline: none;
	padding-left: 10px;
}

.search-wrap button {
	background: #fadd55 ;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
	height: 45px;
	line-height: 45px;
	width: 28%;
	border: none;
	outline: none;
}

.layui-prode{
	width: 790px !important;
	height: 650px !important;
}

.layui-casede{
	width: 782px !important;
	height: 685px !important;
}

.other-pro{
	overflow: hidden;
	text-align: center;
	margin-top: 25px;
	border-top: 2px solid #fadd55;
	padding-top: 35px;
}
.other-pro a{
	display: inline-block;
	width: 29%;
	margin: 0 2% 1.5%;
	line-height: 40px;
	background: #fadd55;
	color: #333; float:left;
	border-radius: 5px;
}
.other-pro a:hover{
	color: #fff; 
}
.foot-fx{
	overflow: hidden;
}
.foot-fx img{max-width:125px;}
.foot-fx a{ 
	width: 18px !important;
	height: 18px !important;
	background-position: 0 0;
	margin-top: 7px;
}
.bshare-weixin{
	background: url(../images/fx-wx.jpg) no-repeat center center !important;
}
.bshare-qqim{
	background: url(../images/fx-qq.jpg) no-repeat center center !important;
}
.bshare-sinaminiblog{
	background: url(../images/fx-wb.jpg) no-repeat center center !important;
	background-position: -30px 0 ;	
}
.bsBox{
	width: auto !important;
	height: auto !important;
}

/*鏂板琛屼笟璧勮020313*/
.subnews{
	width: 100%;
	overflow: hidden;
	padding: 92px 0 20px 0;
	background: #fff;
}
@media (min-width: 1260px){
	.subnews .container,
	.lby-news-detail-pation .container {
	    width: 1160px;
	}
}
.lby-news-bt{
	line-height: 55px;
	font-size: 48px;
	color: #231815;
	font-family:  "Microsoft YaHei", "寰蒋闆呴粦", "Tahoma", "Helvetica" !important;
	position: relative;
	z-index: 99;
}
.lby-news-bt::after{
	content: "";
	position: absolute;
	width: 14px;
	height: 409px;
	background: url(../images/news-left-bt-y.png) no-repeat center center;
	left: -42px;
	z-index: 0;
}
.lby-news-bt::before{
	content: "";
	position: absolute;
	width: 409px;
	height: 111px;
	background: url(../images/news-en-bt-y.png) no-repeat center center;
	left: 113px;
	top: -29px;
	z-index: -1;
}
.lby-news-list{
	width: 100%;
	padding-top: 35px;
}
.lby-news-list .item{
	border-top: #b2b2b2 solid 1px;
	font-size: 16px;
	overflow: hidden;
	margin-top:40px;
}
.lby-news-list .item a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.lby-news-list .item .pic{
	width: 38%;
	float: left;
}
.lby-news-list .item .txt-box{
	width: 54%;
	float: right;
}
.lby-news-list .item  a .lby-news-tit{
	font-size: 16px;
	color: #3f3f3f;
	font-weight: bold;
	height: 36px;
	line-height:36px;
	overflow: hidden;
	margin: 30px 0 5px 0;
	transition: all .6s;
}
.lby-news-list .item .pic .pic-box{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0.6s;
	height: 0;
	padding-bottom:45.45%;
}
.lby-news-list .item  img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}
.lby-news-list .item:hover img {
	transform: scale(1.2);
}
.lby-news-list .item a:hover .lby-news-tit {
	color: #fadd55;
}
.lby-news-subtit{
	line-height: 30px;
	color: #3f3f3f;
	font-weight: normal;
	margin: 10px 0 20px 0;
	font-family: "microsoft yahei";
}
.lby-news-date{
	background: url(../images/i-date.png) no-repeat  left center;
	background-size: 16px 16px;
	padding-left: 32px;
	color: #a7a8a8;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	font-weight: normal;
	font-family: arial;
}
@media (max-width: 1100px){
	.lby-news-list .item a .lby-news-tit{
		margin-top: 25px;
	}
	.lby-news-list .item .txt-box{
		width: 56%;
	}
	.lby-news-subtit{
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width: 992px){
	.lby-news-list .item a .lby-news-tit{
		margin-top: 15px;
		margin-bottom: ;
	}
	.lby-news-subtit{
		margin: 0 0 15px 0;
		height: 48px;
		overflow: hidden;
	}
	
	.fy{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:0.2rem;
	margin-right:0.2rem;
	transition: all 0.6s;
}
.fy ul li a{
	padding:0.2rem 0.6rem;
	text-align:center;
	font-size:0.8rem;
	background: #ffffff;
	border:1px solid #e0e0e0;
	border-radius: 50%;
	font-family:'瀹嬩綋';
	transition: all 0.6s;
}
.fy ul li a:hover{
	background: #F4D853;
	color:#FFF;
	border:1px solid #F4D853;
}
.fy ul li .cur{
	background: #F4D853;
	color:#FFF;
	border:1px solid #F4D853;
}
}
.lby-news-detail{
	background: url(../images/newsde-bg1.png) no-repeat left top 200px;
	padding-top: 60px;
}
.lby-news-detail .container{
	font-family: "microsoft yahei";
}
.lb-news-detail-tit{
	font-size: 40px;
	color: #231815;
	margin: 10px 0 20px 0;
}
.lby-news-detail-info{
	color: #6d6d6d;
	font-size: 14px;
	font-family: "microsoft yahei";
}
.lby-news-detail-info span{
	padding: 0 8px;
}
.lby-news-detail-content{
	font-size: 16px;
	line-height: 30px;
	padding: 40px 0;
	min-height: 610px;
}
.lby-news-detail-content img{
	margin: 10px auto;
}
.lby-news-detail-pation{
	width: 100%;
	background: url(../images/newsde-bg2.png) no-repeat right top;
	padding-top: 44px;
	padding-bottom: 115px;
}
.lby-news-detail-pation .newsde-fenye {
	line-height: 32px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-family: "microsoft yahei";
}

.lby-news-detail-pation .newsde-fenye .fenye-box {
	width: 84%;
}

.lby-news-detail-pation .newsde-fenye .fenye-box a {
	width: 45%;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.lby-news-detail-pation .newsde-fenye .fenye-box a:hover {}

.lby-news-detail-pation .newsde-fenye a.prev {
	float: none;
	display: block;
}

.lby-news-detail-pation .newsde-fenye a.next {
	clear: both;
	display: block;
}

.lby-news-detail-pation .newsde-fenye .goback {
	text-align: center;
	display: block;
	width: 125px;
	height: 35px;
	line-height: 35px;
	color: #201f1f;
	background: #fee159;
	border: #fee159 solid 1px;
	margin-top: 10px;
}

.lby-news-detail-pation .newsde-fenye .goback:hover {
	color: #fff;
	background: #050505;
	border: #050505 solid 1px;
}
 
.lby-news-detail-pation .newsde-right-box h2:nth-child(2){
	padding: 0;
}
@media (max-width:1440px ){
	.lby-news-detail-sp{
		background: url(../images/newsde-bg1.png) no-repeat left top 200px;
		background-size: 9.5% auto;
	}
	.lby-news-detail-pation{
		background: url(../images/newsde-bg2.png) no-repeat right top;
		background-size: 30% auto;
	}
}
.page {
	padding: 60px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
	font-family: "microsoft yahei";
}

.page a {
	border: #b2b2b2  solid 1px;
	padding: 5px 10px;
	margin: 2px;
	color: #b2b2b2;
	text-decoration: none;
	transition: all .6s;
}

.page a:hover {
	background: #fadd55;
	color: #000;
}

.page a:active {
	border:  #b2b2b2  solid 1px;
}

.page span.current {
	background: #fadd55;
	border:  #b2b2b2  solid 1px;
	padding: 5px 10px;
	color: #000;
}

.page span.disabled {
	border: #b2b2b2  solid 1px;
	color: #b2b2b2;
	padding: 5px 10px;
}
/*鏂板琛屼笟璧勮020313 end*/

#ewmtp{
	padding-left:0px;
	margin-top:15px;
	width: 100%;
    float: left;
	display: flex;
text-align: center;
}



