@media (min-width: 1500px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}
ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
}
a:hover{
	text-decoration: none;
}
.bd_weixin_popup{
    height: auto!important;
}
.row{
	margin: 0;
}
.headtop{
	background: #000000;
	text-align: right;
	color: #fff;
	font-size: 0.6rem;
	padding: 5px 0;
}
.headtop a{
	color: #fff;
	font-size: 0.6rem;
}
.navbar{
	padding: .8rem 1rem;
	box-shadow: 0px 1px 6px 0px #ccc;
}

.navbar-nav{
	padding-left: 8rem;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0.5rem 1.5rem;
	color: #333;
	font-size: 1rem;
}
.navbar-nav li a{
	position: relative;
}
.navbar-nav li a:before{
	height: 15px;
	width: 2px;
	background: #333333;
	position: absolute;
	right: 0;
	content: '';
	top: 14px;
}
.navbar-nav li:last-child a:before{
	height: 0;
	width: 0;
	background: #333333;
	position: absolute;
	right: 0;
	content: '';
	top: 14px;
}
.navbar-nav li.active a{
    color: #fff!important;
    background: #333333;
}
.navbar-nav li:hover a{
    color: #fff!important;
    background: #333333;
}
.searinput{
	background: #ececec;
	border-radius: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-right: none;
	border-color: #ececec;
}
.searbtn{
	background: none;
	border: none;
	border-radius: 0;
}
.searbtn:hover{
	background: none;
	border: none;
	border-radius: 0;
}
.ibanner{
	position: relative;
	overflow: hidden;
}
.ibanner .swiper-pagination-bullet{
	border-radius: 0;
	opacity: 1;
	width: 60px;
	height: 7px;
	background: #fff;
}
.ibanner .swiper-pagination-bullet-active{
	background: #ef4923;
	height: 7px;
}

/*标题*/
.title{
	text-align: center;
	margin-bottom: 1rem;
}
.title h2{
	font-size: 2rem;
	color: #333;
	font-weight: bold;
}
.title .line{
	width: 40px;
	margin: 1.2rem auto;
	height: 2px;
	background: #ff4001;
}
.title h5{
	font-size: 1.1rem;
	color: #333;
}

/*首页产品*/
.idxpro{
	padding: 3rem 0;
}
.idxpro .idxprol{
	flex: 0 0 18%;
}
.idxpro .idxpror{
	flex: 0 0 79%;
	margin-left: 3%;
}
.idxpro .idxprol .idxt{
	text-align: center;
	background: #fa4516;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
}
.idxpro .idxprol ul{
	background: #4b4c4e;
	padding: .8rem 0;
	margin-bottom: 0;

}
.idxpro .idxprol ul h3{
	color: #fff;
	background: url(../icon/menu.png) no-repeat 10px center;
	padding-left: 3rem;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.idxpro .idxprol ul li{
	padding-left: 3rem;
	margin-top: .4rem;
}
.idxpro .idxprol ul li a{
	color: #fff;
	font-size: .9rem;
}
.idxpror ul{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.idxpror ul li{
	float: left;
	width: 32.33%;
	margin-right: 1.5%;
	background: #f5f5f5;
	margin-top: 1rem;
}
.idxpror ul li.firsti{
	width: 66%;
	margin-right: 1.5%;
	background: none;
	margin-top: 0;
}
.idxpror ul li.firsti a{
	padding: 0;
}
.idxpror ul li:nth-child(2){
	margin-right: 0;
	margin-top: 0;
}
.idxpror ul li:last-child{
	margin-right: 0;

}
.idxpror ul li a{
	display: block;
	padding: 0 2rem 1rem;
	text-align: center;
	transition: all 1s;
}

.idxpror ul li a .img img{
	transition: 1s;
}
.idxpror ul li a .img{
	display: grid;
	align-content: center;
	height: 280px;
	overflow: hidden;
}
.idxpror ul li a .wz h4{
	color: #333;
	font-size: 1.1rem;
	margin-top: .4rem;
}
.idxpror ul li a .wz span{
	color: #0b77a5;
	margin-top: .4rem;
	display: inline-block;
	font-size: .9rem;
	
}
.idxpror ul li:hover a .img img{
	transform: scale(1.1);
}

/*首页关于我们*/
.iabout{
	padding: 3rem 0 4rem;
	background: url(../images/iaboutbg.jpg);
	height: 436px;
}
.iaboutcon{
	color: #fff;
	font-size: 1rem;
	margin-top: 7rem;
}
.iabout .more{
	background: #fa4516;
	margin-top: 4rem;
	display: inline-block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 100px;
	color: #fff;
}


/*首页案例*/
.icase{
	padding: 3rem 0;
}
.icase .title h2{
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.icase .title h5{
	font-size: 2rem;
}
.icase .caselist{
	margin-top: 2rem;
}
.icase .caselist img{
	transition: 1s;
}
.icase .caselist .wz{
	margin-top: 2rem;
	color: #333;
	transition: 1s;
}
.icase .caselist .wz h4{
	font-size: 1.1rem;
	font-weight: 700;
	
}
.icase .caselist .wz p{
	font-size: .9rem;
	margin-top: 1rem;
	
}
.icase .caselist:hover .wz{
	color: #fa4516;
}
.icase .caselist:hover img{
	transform: scale(1.05);
}



/*首页新闻*/
.idxnews{
	padding: 3rem 0;
}
.idxnews .newscn{
	overflow: hidden;
}
.idxnews .newscn .newsl{
	float: left;
	width: 70%;
}
.idxnews .newscn .newsl ul li{
	width: 100%;
	overflow: hidden;
	display: flex;	
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 2rem;
	margin-top: 2rem;
}
.idxnews .newscn .newsl ul li a{
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;	
}
.idxnews .newscn .newsl ul li .newsimg{
	flex: 0 0 23%;
}
.idxnews .newscn .newsl ul li .newscon{
	flex: 0 0 74%;
	margin-left:3% ;
}
.idxnews .newscn .newsl ul li .newscon h4{
	color: #fb4200;
	font-size: 1rem;
	margin-top: .5rem;
	
}
.idxnews .newscn .newsl ul li .newscon .time{
	color: #636363;
	font-size: 1.1rem;
	font-weight: bold;
	margin: .5rem 0;
}
.idxnews .newscn .newsl ul li .newscon .desc{
	color: #333;
	font-size: .9rem;
}

.idxnews .newscn .newsr{
	float: left;
	width: 28%;
	margin-left: 2%;
	margin-top: 1.5rem;
}
.idxnews .newscn .newsr .newstag{
	border: 1px solid #ffd1c4;
	background: #fff4f2;
	padding: 1rem;
}
.idxnews .newscn .newsr .newstag h4{
	font-size: .9rem;
}
.idxnews .newscn .newsr .newstag ul{
	list-style: inside;
	color: #000;
}
.idxnews .newscn .newsr .newstag ul li{
	margin-top: .5rem;
}
.idxnews .newscn .newsr .newstag ul li a{
	color: #fe642e;
}


/*内页banner*/
.nbanner{
	position: relative;
}
.nbanner .position{
	position: absolute;
	left: 16.5%;
	top: 36%;
	/*max-width: 1300px;*/
	margin: auto;
	/*width: 100%;*/
}
.nbanner .position h3{
	font-size: 2.2rem;
	color: #ffffff;
}
.nbanner .position p{
	font-size: 1rem;
	color: #ffffff;
	margin-top: 2rem;
}
.nbanner .position p a{
	font-size: 1rem;
	color: #ffffff;
}

/*关于我们*/
.aboutnav {
	border-bottom: 1px solid #c4c5c4;
}
.aboutnav ul{
	width: 100%;
	overflow: hidden;
}
.aboutnav ul li{
	float: left;
	width: 12%;
	text-align: center;
	padding: 1rem;
}
.aboutnav ul li a{
	color: #333333;
	font-size: 1.2rem;
}
.aboutnav ul li:hover{
	background: #fb4516;
}
.aboutnav ul li:hover a{
	color: #fff;
}
.about{
	overflow: hidden;
	padding: 3rem 0;
}
.aboutl{
	float: left;
	width: 49%;
}
.aboutl .abouttitle{
	margin-top: .7rem;
}
.aboutl .abouttitle h2{
	font-size: 2.2rem;
	letter-spacing: 3px;
}
.aboutl .abouttitle .line{
	width: 30px;
	height: 3px;
	background: #fb4516;
	margin: 1rem 0 2rem;
}

.aboutr{
	float: left;
	width: 49%;
	margin-left: 2%;
}

.par{
	background: #f5f5f5;
	padding: 2rem 0;
	margin: 2rem 0;
	overflow: hidden;
}
.par .parl{
	float: left;
	width: 60%;
}
.par .parl ul{
	overflow: hidden;
	width: 100%;
}
.par .parl ul li{
	float: left;
	width: 32.33%;
	margin-right: 1.5%;
	text-align: center;
	cursor: pointer;
}
.par .parl ul li img{
	transition: .5s;
}
.par .parl ul li h4{
	font-size: 1.1rem;
	margin-top: .8rem;
	transition: .5s;
}
.par .parl ul li:hover h4{
	color: #fb4516;
}
.par .parl ul li:hover img{
	transform: translateY(-10px);
}
.par .parl ul li:last-child{
	margin-right: 0;
}

.par .parr{
	float: left;
	width: 38%;
	margin-left: 2%;
}
.par .parr .title{
	text-align: right;
	overflow: hidden;
}
.par .parr .title h2{
	text-align: right;
	color: #201620;
	font-size: 2.2rem;
	font-weight: 400;
}
.par .parr .title .line{
	margin: 1rem 0;
	float: right;
	height: 3px;
}
.par .parr ul li{
	display: none;
}
.par .parr ul li:first-child{
	display: block;
}
.cul{
	padding: 3rem 0;
	overflow: hidden;
}
.cul .title{
	margin-top: .7rem;
}
.cul .title h2{
	font-size: 2.2rem;
	font-weight: 400;
}
.cul .title .line{
	width: 50px;
	height: 4px;
	background: #fb4516;
	margin: 1rem auto 2rem;
}
.cul .aboutcon{
	margin-top: .7rem;
}

.cul .aboutcon{
        overflow-y: auto;
        overflow-x: hidden;
        direction: rtl;
        unicode-bidi: bidi-override;
        max-height: 380px;
        text-align: left;
        padding-left: 10px;
}
.cul .aboutcon p{
        direction: rtl;
        unicode-bidi: bidi-override;
}
.cul .aboutcon span{
        direction: ltr;
        unicode-bidi: bidi-override;
}
.cul .aboutcon::-webkit-scrollbar {/*滚动条整体样式*/
            width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 4px;
            scrollbar-arrow-color:red;

}
.cul .aboutcon::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 5px rgba(210,210,210,0.8);
            background: rgba(0,0,0,0.2);
            scrollbar-arrow-color:red;
}
.cul .aboutcon::-webkit-scrollbar-track {/*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);
}
.honor{
	background: #f2f2f2;
	padding: 3rem 0;
	margin: 2rem 0;
}
.honor .zhanlue{
	color: #333;
	position: relative;
}
.honor .zhanlue h4{
	font-size: 2.2rem;
	/*font-weight: bold;*/
	margin-bottom: .5rem;
}
.honor .zhanlue p{
	font-size: 14px;
	margin-bottom: 2rem;
}
.honor .zhanlue .swiper1{
	overflow: hidden;
	text-align: center;
}
.honor  .swiper-pagination{
	width: 100%;
	text-align: center;
}
.honor .swiper-pagination-bullet{
	background: #fff;
	height: 10px;
	width: 10px;
	opacity: 1;
	margin: 10px 4px;
}
.honor .swiper-pagination-bullet-active{
	background: #fb4516;
}
.honor .zhanlue .swiper1 h6{
	margin-top: .5rem;
}
.honor .zhanlue .swiper-button-prev{
	background: url(../images/zll.png);
	height: 42px;
	width: 48px;
	top: 10px;
	right: 60px;
	left: auto;
}
.honor .zhanlue .swiper-button-next{
	background: url(../images/zlr.png);
	height: 42px;
	width: 48px;
	top: 10px;
	right: 0;
}

/*产品*/
.pro{
	padding: 3rem 0;
	background: #efefef;
}
.pro .prot{
	background: #fff;
	text-align: center;
	padding: 1.5rem 0;
}
.pro .prot .ptitle h3{
	font-size: 1.6rem;
	color: #333;
}
.pro .prot .ptitle .line{
	height: 3px;
	width: 20px;
	margin: .8rem auto 1.2rem;
	background: #000;
}
.pro .prot .pronav{
	width: 100%;
	text-align: center;
}
.pro .prot .pronav li{
	display: inline-block;
	border: 1px solid #eaeaea;
	padding: .2rem .5rem;
	margin: 8px 10px;
}
.pro .prot .pronav li a{
	color: #333333;
}
.pro .prot .pronav li:hover{
	border: 1px solid #fb4516;

	background: #fb4516;
}
.pro .prot .pronav li:hover a{
	color: #fff;
}
.pro .prolist{
	display: flex;
	flex-wrap: wrap;
}
.pro .prolist .prol{
	flex:0 0 19.5%;
	margin-right: 0.625%;
	background: #fff;
	text-align: center;
	margin-top: 1rem;
	padding: .6rem ;
}
.pro .prolist .prol:nth-child(5n){
	margin-right: 0;
}
.pro .prolist .prol .img{
	display: grid;
	height: 200px;
	align-content: center;
	overflow: hidden;
}
.pro .prolist .prol .title{
	color: #333333;
	font-size: 1rem;
	margin-top: .5rem;
	margin-bottom: 0;
}
.lmore{
	display: block;
	text-align: center;
	margin:30px auto 5px;
	color: #333;
	border: 1px solid #a0a0a0;
	height: 30px;
	line-height: 30px;
	width: 100px;
	font-size: 16px;
}

.pronei{
	background: #efefef;
	padding: 3rem 0;
}
.pronei h1{
	color: #333333;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 2rem;
}
.pronei .proneicon{
	background: #fff;
	padding: 2rem;
	display: flex;
	flex-wrap: wrap;
}
.pronei .proneicon .limg{
	flex: 0 0 49%;
	text-align: center;
	width: 49%;
}
.pronei .proneicon .rcon{
	flex: 0 0 48%;
	margin-left: 2%;
}
.pronei .proneicon .rcon h3{
	color: #333333;
	font-size: 1.6rem;
}
.pronei .proneicon .rcon .line{
	background: #333333;
	height: 4px;
	width: 30px;
	margin: 1rem 0;
}
.pronei .proneicon .rcon .desc{
	line-height: 1.8;
	font-size: 1rem;
	color: #333333;
	margin: 1.5rem 0 1rem;
	max-height: 315px;
	overflow: hidden;
}
.pronei .proneicon .rcon .zx{
	background: #fb4516;
	width: 140px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #fff;
	border-radius: 20px;
	margin-top:4rem;
}
.prointro{
	padding: 2rem 0;
	background: #fff;
}
.prointro .intronav{
	border-bottom: 1px solid #e1e1e1;
}
.prointro .intronav div{
	display: inline-block;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	font-size: 1.2rem;
}
.prointro .intronav div:after{
	content: '';
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.prointro .intronav div:hover:after{
	background: #fb4516;
}
.prointro .intronav div.active:after{
	background: #fb4516;
}

.prointro .introcon{
	margin: 1.5rem 0;
}
.prointro .introcon>div{
	display: none;
}
.prointro .introcon>div:first-child{
	display: block;
}

.pnt{
	background: #efefef;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem .5rem;
	justify-content: space-between;
	margin-top: 2rem;
}
.pnt{
	color: #5d5d5d;
	font-size: .9rem;
}

.pnt a{
	color: #333333;
	font-size: .9rem;
}
.tuijian{
	margin: 3rem 0;
}
.tuijian h2{
	color: #333333;
	font-size: 2rem;
}
.tuijian ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.tuijian ul li{
	flex: 0 0 24%;
	margin-right: 1.33%;
	text-align: center;
}
.tuijian ul li .img{
	height: 250px;
	border: 1px solid #e2e2e2;
	padding: .5rem;
	display: grid;
	align-content: center;
	overflow: hidden;
}
.tuijian ul li h5{
	color: #333;
	font-size: 1rem;
	margin-top: 1rem;
}
.tuijian ul li:last-child{
	margin-right: 0;
}

/*案例*/
.case{
	padding: 3rem 0;
	background: #efefef;
	overflow: hidden;
}
.case .casel{
	float: left;
	width: 25%;
}
.case .casel h3{
	background: #fb4516;
	padding: 1.6rem 1.5rem 2rem;
	color: #fff;
	font-size: 2rem;
}
.case .casel ul{
	padding: 1rem 1.5rem;
	background: #fff;
}
.case .casel ul li{
	border-bottom: 1px solid #e1e1e1;
	padding: 1.2rem 0;
}
.case .casel ul li a{
	font-size: 1.1rem;
	color: #333;
}
.case .casel ul li:hover a{
	color: #fb4516;
}
.case .casel ul li.active a{
	color: #fb4516;
}

.case .caser{
	float: left;
	width: 73%;
	margin-left: 2%;
	

}
.case .caser .caselist{
	overflow: hidden;
	background: #fff;
	padding: 1rem .7rem;
}
.case .caser .caselist .item{
	float: left;
	width: 48%;
	margin: 1%;
	text-align: center;
	border: 1px solid #c4c4c4;
	height: 250px;
}
.case .caser .caselist .item h5{
	margin-top: 1rem;
	color: #333;
	font-size: 1rem;
}
.case .caser .casecon{
	background: #fff;
	padding: 1rem 1rem;
}
.case .caser .casecon .ctitle{
	text-align:center;
	color: #070707;
	font-size: 1.2rem;
}
.case .caser .casecon .cline{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #b8b8b8;
	margin: 1rem 0;
	color: #676767;
	font-size: .9rem;
	padding-bottom: .5rem;
}
.case .caser  .pnext{
	background: #fff;
	padding: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1.5rem;
}
.case .caser  .pnext a{
	border: 1px solid #c0c0c0;
	color: #070707;
	padding: .3rem .6rem;
}
.case .caser .newslist ul li{
    border: 1px solid #cbcbcb;
    padding: 10px 0;
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.case .caser .newslist ul li:first-child{
    margin-top: 0;
}
.case .caser .newslist ul li h3{
    margin-top: 8px;
    color: #000;
    font-size: 18px;
}

.case .caser .newslist ul li p{
    margin-top: 2rem;
    color: #333;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;  /*要显示的行数*/
      -webkit-box-orient: vertical;
}
.case .caser .newslist ul li .more{
    float: right;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #afafaf;
    text-align: center;
    margin-top: 1rem;
}
.case .caser .newslist ul li:hover .more{
    background: #fb4516;
}

.case .caser .contact{
    background: #fff;
    padding: .5rem 1rem;
}
.case .caser .contact .ctitle{
	text-align: center;
	padding: 1rem 0;
}
.case .caser .contact .ctitle h3{
	font-size: 1.6rem;
	color: #333;
}
.case .caser .contact .ctitle .line{
	height: 3px;
	width: 20px;
	margin: .8rem auto 1.2rem;
	background: #000;
}
.case .caser .contact ul{
	width: 100%;
	margin-top: 3rem;
}
.case .caser .contact ul li{
	float: left;
	width: 32%;
	margin:1% 0.51%;
	text-align: center;
	border: 1px solid #eaeaea;
}
.case .caser .contact ul li .timg{
	background: #fb4516;
	width: 120px;
	text-align: center;
	margin: auto;
	height: 80px;
	line-height: 80px;
	position: relative;
	top: -40px;
}
.case .caser .contact ul li .c{
	position: relative;
	top: -20px;
}
.case .caser .contact ul li .c h3{
	font-size: 1rem;
	color: #333;
}
.case .caser .contact ul li .c p{
	font-size: 1rem;
	color: #333;
	margin-top: .5rem;
}
.clear{
	clear: both;
}
.case .caser .map{
    background: #fff;
    padding: .5rem 1rem;
    margin-top: 1rem;
}

/*留言*/
.feed{
    width: 100%;
    background: #fff;
    padding: 2rem 1rem 3rem;
}
.feed h4{
    font-size: 16px;
    color: #676767;
    margin-bottom: 10px;
    padding-left: 1%;
}

.feedbb ul{
    overflow: hidden;
    margin-top: 15px;
}
.feedbb ul li{
    float: left;
    width: 48%;
    margin:0% 1%;
    border: 1px solid #ededed;
    
}
.feedbb ul li span{
    float: left;
    width: 25%;
    padding: 12px 0 12px 12px;
    color: #333;
}
.feedbb ul li input{
    float: left;
    width: 75%;
    border-left: 1px #ededed solid;
    padding: 12px 8px;
}

.feedbb ul li span{
    padding:12px 0 12px 5px;
    width: 45%;
    font-size: 12px;
}
.feedbb ul li input{
    width: 55%;
    font-size: 12px;
}
.feedbb ul li{
	border: none;
	margin-top: 1rem;
}
.feedbb ul li span{
	display: block;
	float: none;
}
.feedbb ul li input{
	border: 1px solid #dedede;
	width: 100%;
	background: #ffffff;
}
.feedbb ul textarea{
	border: 1px solid #dedede;
	width: 100%;
	background: #fff;
	margin-top: 1rem;
	padding: 12px 8px;
	font-size: 12px;
	height: 150px;
}
.but .tj {
    display:block;
    text-align: center;
    width: 98%;
    padding: 10px 0;
    color: #fff;
    margin: .5rem auto;
    background: #fb4516;
    font-size: 16px;
    border: none;
}

.nyjoin{
	background: #fff;
	padding: 1rem 0;
}
.nyjoin ul li {
    display: block;
    margin: 10px 0;
    padding: 25px 140px 25px 300px;
    position: relative;
    background: #f7f7f7
}

.nyjoin ul li .tit {
    width: 225px;
    height: 150px;
    position: absolute;
    left: 25px;
    top: 25px;
    border-right: 1px solid #dfdfdf
}

.nyjoin ul li .tit .b {
    font-size: 20px;
    color: #333
}

.nyjoin ul li .tit .xian {
    width: 30px;
    height: 2px;
    background: #333;
    margin: 10px 0
}

.nyjoin ul li .tit .jj {
    font-size: 16px;
    color: #999
}

.nyjoin ul li .ann {
    position: absolute;
    width: 120px;
    height: 100%;
    right: 0;
    top: 0;
    background: #eaeaea;
    font-size: 40px;
    color: #0000cc;
    cursor: pointer
}

.nyjoin ul li .wz {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    height: 150px;
    min-height: 150px;
    overflow: hidden;
    transition: all .5s
}

.nyjoin ul li .wz1 {
    z-index: -99;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}
.table {
    display: table;
    width: 100%;
    height: 100%
}
.table .cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #ee4115;
}



.page{
	background: #ffffff;
	margin-top: 1rem;
	padding: 1rem 0;
}
.page-select{
    display: none;
}
.page .pagination {
  display: flex;
  justify-content: center;
  justify-content: center;
}


.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
}
.page-status,.page-pre ,.page-next{
    display: none;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
}
.pagination a:hover {
  color: #ed1b23;
  border: 2px solid #ed1b23;
}
.pagination a.page-num-current {
  color: #ed1b23;
  background: none;
  border: 2px solid #ed1b23;
}
.navbar-expand-lg .navbar-collapse{
	position: relative;
}
.form{
	position: absolute;
	right: 0;
	bottom: -13px;
	display: none;
}
.form input{
	height: 20px;
	line-height: 20px;
	font-size: .8rem;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding-left: 5px;

}
.form button{
	height: 25px;
	position: absolute;
	right: 0;
	background: none;
	border: none;
	top: -2px;
}
.form button img{
	width: 14px;
}
.hidden-xs{
	display: none;
}

footer {
    background-color: #000000;

}

footer .top {
    padding-top: 62px; 
}

footer .top > .container > .row > .left,
footer .top > .container > .row > .middle,
footer .top > .container > .row > .right {
    display: inline-block;
    border-left: 1px solid #737171;
    
    box-sizing: border-box;
    float: left;
}

footer .top > .container > .row > .left {
    width: 23%;
    padding: 0px 0 0 0;
    background: url(../images/fmap.png) no-repeat center;
    background-size: 100% 100%
}

footer .top > .container > .row > .left > h6 {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

footer .top > .container > .row > .left > h5 {
    font-size: 36px;
    color: #feb957;
    line-height: 40px;
    font-weight: bold;
    margin: 10px 0
}

footer .top > .container > .row > .left > p {
    font-size: 12px;
    color: #adadad;
    line-height: 24px;
}

footer .top > .container > .row > div:first-child {
    border-left: 0
}

footer .top > .container > .row > .middle {
    width: 62%;
    padding: 0 50px 20px 60px;
}

footer .top > .container > .row > .middle > ul {
    margin-bottom: 16px;
}

footer .top > .container > .row > .middle > ul > li {
    line-height: 26px;
    display: inline-block;
    margin-right: 5%;
}

footer .top > .container > .row > .middle > ul a {
    font-size: 17px;
    color: #ffffff;
}

footer .top > .container > .row > .middle > ul > li:last-child {
    margin-right: 0
}

footer .top > .container > .row > .middle > ul a:hover {
    text-decoration: underline 
}

footer .top > .container > .row > .middle > p {
    font-size: 15px;
    color: #ffffff;
    line-height: 33px;
    opacity: .5
}

footer .top > .container > .row > .middle > p > a {
    color: #ffffff;
}

footer .top > .container > .row > .middle > p > a:hover {
    text-decoration: underline 
}

footer .top > .container > .row > .right {
    padding: 10px 0 55px 60px;
    text-align: center;
    font-size: 17px;
    color: #fcfcfc;
    line-height: 24px;
    width: 15%
}

footer .top > .container > .row > .right > p {
    margin-top: 14px;
    font-size: 14px;
}

footer .bottom {
    font-size: 12px;
    color: #adadad;
    line-height: 30px;
    padding: 10px 0;
    border-top: 1px solid #737171;
}

footer .bottom a {
    color: #adadad;
}

footer .bottom a:hover {
    text-decoration: underline 
}


/* side */
.side{position:fixed;width:78px;right:0;top:50%; margin-top:-200px;z-index:100; border:1px solid #e0e0e0; background:#ffffff; border-bottom:0;}
.side ul li{width:78px;height:78px;float:left;position:relative; border-bottom:1px solid #e0e0e0;color:#333; font-size:14px; line-height:38px; text-align:center;transition:all 0.3s; cursor:pointer;}
.side ul li img{ }
.side ul li:hover{background:#fa4516; color:#fff;}
.side ul li a{ color:#333;}
.side ul li:hover a{ color:#fff;}
.side ul li i{height:25px; margin-bottom:1px; display:block; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:auto 25px; margin-top:14px;transition:all 0.3s;}
.side ul li i.bgs1{ background-image:url(../images/right_pic5.png);}
.side ul li i.bgs2{ background-image:url(../images/right_pic7.png);}
.side ul li i.bgs3{ background-image:url(../images/right_pic2.png);}
.side ul li i.bgs4{ background-image:url(../images/right_pic1.png);}
.side ul li i.bgs5{ background-image:url(../images/right_pic3.png);}
.side ul li i.bgs6{ background-image:url(../images/right_pic6_on.png);}
.side ul li:hover i.bgs1{background-image:url(../images/right_pic5_on.png);}
.side ul li:hover i.bgs2{background-image:url(../images/right_pic7_on.png);}
.side ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png);}
.side ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png);}
.side ul li:hover i.bgs5{background-image:url(../images/right_pic3_on.png);}
.side ul li:hover i.bgs6{}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all 0.3s;overflow:hidden;}



.side ul li.sidetop{background:#fa4516; color:#fff;}
.side ul li.sidetop:hover{opacity:0.8;filter:Alpha(opacity=80);}
.side ul li.sideewm .ewBox {
  width: 238px;
  display: none; 
  color: #363636;
  text-align: center;
  padding-top: 235px;
  position: absolute;
  left: -240px;
  top: 0px;
  background-image: url('../images/leftewm.png');
  background-repeat: no-repeat;
  background-position: center center;
  border:1px solid #e0e0e0;
}
/*.side ul li .sideetel{width:56px;height:50px;line-height:50px;display:inline-block;transition:all 0.3s; text-align:left;}*/
/*.side ul li .sideetel:hover{background:#f3782a;opacity:1;filter:Alpha(opacity=100);}*/
.side ul li.sideetel .telBox {
   width: 240px;
  height:237px;
  display: none; 
  color: #fff;
  text-align: left;
  position: absolute;
  left: -240px;
  top: -79px;
  background:#fa4516;
}
.side ul li.sideetel .telBox dd{ display:block; height:118.5px; overflow:hidden; padding-left:82px; line-height:24px; font-size:18px;}
.side ul li.sideetel .telBox dd span{ display:block; line-height:28px; height:28px; overflow:hidden; margin-top:32px; font-size:18px;}
.side ul li.sideetel .telBox dd.bgs1{ background:url(../images/right_pic8.png) 28px center no-repeat; background-color:#e96410;}
.side ul li.sideetel .telBox dd.bgs2{ background:url(../images/right_pic9.png) 28px center no-repeat;}

/*.side ul li .sideetel .telinput{ width:135px; text-align:center; height:25px; line-height:25px; background-color:#fff; color:#7d7d7d; font-size:14px; margin-left:-8px; border:0; z-index:9999999;}
.side ul li .sideetel .telbnt{ width:135px; height:26px; line-height:26px; background-color:#735012; font-size:14px; border:0;margin-left:-8px; margin-top:5px; color:#fff; cursor:pointer;border-radius:4px;}
.side ul li img{float:left;}*/

/*.side dl dt{width:54px;height:54px;float:left;position:relative;}
.side dl dt .sidebox{position:absolute;width:54px;height:54px;border-bottom:1px solid #444;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.9;filter:Alpha(opacity=90);color:#fff;font:12px/54px "微软雅黑";}
.side dl dd{width:54px;height:44px;float:left;position:relative;display: none;}

.side dl dd .sidebox{position:absolute;width:54px;height:44px;border-bottom:1px solid #444;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.9;filter:Alpha(opacity=90);color:#fff;font:12px/54px "微软雅黑"; line-height:44px;}
.side dl dd .sidebox:hover{background:#f3782a;opacity:1;filter:Alpha(opacity=100);}
.side dl dd .sidebox:hover img{opacity:0.8;filter:Alpha(opacity=80);}
.side dl  img{float:left;}*/
@media screen and (max-width:1440px) {
.side{width:62px; margin-top:-158px;}
.side ul li{width:62px;height:62px;font-size:12px; line-height:30px;}
.side ul li i{height:20px; background-size:auto 20px; margin-top:11px;}
.side ul li.sideewm .ewBox { padding-top:187px; width:192px; left:-194px;}
.side ul li.sideetel .telBox { height:189px;top: -63px;}
.side ul li.sideetel .telBox dd{ height:94.5px; font-size:16px;}
.side ul li.sideetel .telBox dd span{ margin-top:21px; font-size:16px;}
}

@media only screen and (max-width : 1300px){
    footer .top {
    padding-top: 40px;
}

footer .top > .container > .row > .left {
    padding: 60px 40px 0 0
}

footer .top > .container > .row > .left > h6 {
    font-size: 16px;
    line-height: 24px;
}

footer .top > .container > .row > .left > h5 {
    font-size: 20px;
    margin: 0;
    line-height: 26px;
    margin: 7px 0;
}

footer .top > .container > .row > .left > p {
    font-size: 14px;
    line-height: 20px;
}

footer .top > .container > .row > .middle {
    padding: 0 40px 20px;
}

footer .top > .container > .row > .middle > ul a {
    font-size: 16px;
}

footer .top > .container > .row > .right {
    padding: 20px 0 88px 40px;
    font-size: 14px
}
}
@media (max-width: 1499px){
	.navbar-expand-lg .navbar-nav .nav-link{
		font-size: .9rem;
		padding: .5rem 1.3rem;
	}
}
@media (max-width: 1200px){
	.navbar-expand-lg .navbar-nav .nav-link{
		font-size: .8rem;
		padding: .5rem 1rem;
	}
}

@media (max-width : 768px) { /* 鍚戜笅鑰冭檻iphone6鐨&#65533;667px鍜&#65533;736px */
    .form{
    display: block;
    left: 0;
    }
    .searbtn{
        display: none;
    }
    .lan{
        padding-bottom: 15px;
    }
    .form input{
    width:100%;
    height: 25px;
    line-height: 25px;
    }
	.hidden-xs{
	display: block;
	}
	.hidden-lg{
		display: none;
	}
	.case .casel{
		width: 100%;
	}
	.case .caser{
		width: 100%;
		margin-left: 0;
		margin-top: 1rem;
	}
	.case .casel h3{
		padding:1rem .5rem;
		font-size: 1.2rem;
	}
	.case .casel ul{
		padding: .6rem .5rem;
	}
	.case .casel ul li{
		padding: .6rem 0;
	}
	.case .casel ul li a{
		font-size: .9rem;
	}
	.case .caser .casecon .ctitle{
		font-size: 1rem;
	}
	.case .caser .caselist .item{
		width: 100%;
		margin: 1% 0;
		height: auto;
	}
	.case .caser .caselist .item h5{
		margin: .5rem 0;
		font-size: .8rem;
	}
	.pro .prot .ptitle h3{
		font-size: 1.3rem;
	}
	.case .caser .contact .ctitle h3{
		font-size: 1.3rem;
	}
	.pro .prot .pronav li a{
		font-size: .9rem;
	}
	.case .caser .contact ul li{
		width: 100%;
		margin: 8% 0;
	}
	.title h2{
		font-size: 1.4rem;
	}
	.title h5{
		font-size: .9rem;
	}
	section{
		padding: 1rem 0!important;
	}
	.iaboutcon{
		margin-top: 5rem;
	}
	.nyjoin ul li{ margin: 5px 0; padding: 10px 10px 50px; }
	.nyjoin ul li .tit{ position: static; width: auto; height: auto; margin-bottom: 10px; border: 0; }
	.nyjoin ul li .ann{ width: 100%; height: 50px; left: 0; bottom: 0; top: inherit; }
	.nyjoin ul li .ann .cell{ position: relative; top: -4px; }
	.nyjoin ul li .wz{ margin-bottom: 10px; }
	.navbar-nav{
		padding-left: 0;
	}
	.idxpro .idxprol ul{
	    overflow: hidden;
	}
	.idxpro .idxprol ul li{
	    float: left;
	    width: 48%;
	    padding:1%;
	    text-align: center;
	}
	.navbar-nav li a:before{
		display: none;
	}
	.idxpro .idxprol{
		flex:0 0 100%;
		margin-bottom: 1rem;
	}
	.idxpro .idxpror{
		flex:0 0 100%;
		margin-left: 0;
	}
	.idxpror ul li.firsti{
		display: none;
	}
	.idxpror ul li{
		flex: 0 0 48%!important;
		margin: 1%!important;
	}
	.idxpror ul li a{
	    padding:0 1rem 1rem;
	}
	.idxpror ul li a .wz h4{
	    font-size: .9rem;
	}
	.st1 ,.st2{
	    display: none;
	}
	.idxpror ul li a .img{
		height: 200px;
	}
	.idxpro .idxprol ul h3{
		font-size: 1.2rem;
	}
	.icase .title h2{
		font-size: 1.2rem;
	}
	.icase .title h5{
		font-size: 1.4rem;
	}
	.icase .title h5{
		margin-bottom: 0;
	}
	.icase .caselist{
		margin-top: 1rem;
	}
	.icase .caselist .wz{
		margin-top: 1rem;
	}
	.icase .caselist .wz p{
		margin-top: .5rem;
	}
	.idxnews .newscn .newsl ul li .newscon .time{
		font-size: 1rem;
	}

	.idxnews .newscn .newsl{
		width: 100%;
	}
	.idxnews .newscn .newsr{
		width: 100%;
		margin-left: 0;
	}
	.idxnews .newscn .newsl ul li .newsimg{
		flex: 0 0 100%;
	}
	.idxnews .newscn .newsl ul li .newscon{
		flex: 0 0 100%;
		margin-left: 0;
	}
	.nbanner .position{
		left: 10%;
		top: 20%;
	}
	.nbanner .position{
		left: 10%;
		top: 20%;
	}
	.nbanner .position h3{
		font-size: 1.1rem;
	}
	.aboutnav ul li{
		float: left;
		width: 50%;
	}
	.aboutl{
		width: 100%;
	}
	.aboutr{
		width: 100%;
		margin-left: 0;
	}
	.par .parl{
		width: 100%;
	}
	.par .parr{
		width: 100%;
		margin-left: 0;
	}
	.con img{
	    max-width: 100%!important;
	    height: auto!important;
	}
	.pro .prolist .prol{
		flex: 0 0 48%;
		margin: 1%!important;
	}
	.pro .prolist .prol .img{
		height: 250px;
	}
	.tuijian ul li{
		flex: 100%;
		margin-right: 0;
		margin-top: 1rem;
	}
	.tuijian ul li .img{
		height: 280px;
	}
	.pronei .proneicon .limg{
		flex:0 0 100%;
	}
	.pronei .proneicon .rcon{
		flex: 100%;
		margin-left: 0;
		margin-top: 1rem;
	}
    .side{
        display: none;
    }
    footer .top {
        text-align: center;
    }

    footer .top > .container > .row > .left,
    footer .top > .container > .row > .middle,
    footer .top > .container > .row > .right {
        border-left: 0;
    }

    footer .top > .container > .row > .left {
        width: 100%;
        padding: 0
    }

    footer .top > .container > .row > .middle {
        display: none;
    }

    footer .top > .container > .row > .middle {
        width: 100%;
        padding: 20px 0 0
    }

    footer .top > .container > .row > .right {
        width: 120px;
        padding: 20px 0;
        margin: 0 auto;
        float: none
    }

    footer .bottom {
        text-align: center;
        line-height: 24px;
        padding: 13px 0
    }
}