body{
	font-family:microsoft yahei !important;
}
a:hover{
	text-decoration:none !important;
}
.top{
	display:flex;
	justify-content:space-between;
	padding:25px 0px;
}
.top .gongsi{
	font-size:1.3rem;
	color:rgba(0,0,0,.5);
	line-height:26px;
	padding:13px 0px;
}
.top .gongsi span{
	display:block;
	font-size:2.3rem;
	color:#0c4da1;
	font-weight:bold;
	line-height:30px;
}
.top .lianxi .shouc{
	color:rgba(0,0,0,.3);
	margin-bottom:20px;
}
.top .lianxi .shouc a{
	font-size:1.3rem;
	color:rgba(0,0,0,.3);
	margin:0px 8px;
}
.top .lianxi .shouc a:hover{
	color:#f00;
}
.top .lianxi .dianhua{
	background:url(../images/dh.png) 0px center no-repeat;
	font-size:1.3rem;
	color:rgba(0,0,0,.4);
	line-height:15px;
	padding-left:50px;
	margin-left:15px;
}
.top .lianxi .dianhua span{
	color:#0c4da1;
	font-size:2.7rem;
	font-weight:bold;
	display:block;
	line-height:28px;
}
.menu{
	background:url(../images/mnbg.jpg) 0 0 repeat-x;
}
.menu ul{
	display:flex;
	justify-content:space-between;
	margin:0;
}
.menu ul li{
	line-height:52px;
	width:10%;
	text-align:center;
}
.menu ul li:last-child{
	width:30%;
}
.menu ul span{
	display:block;
	border-left:1px #033980 solid;
	border-right:1px #0064cb solid;
	width:0;
}
.menu ul li a{
	line-height:50px;
	display:block;
	color:#fff;
	position:relative;
	font-size:1.4rem;
}
.menu ul li a:hover:after{
	content:"";
	position:absolute;
	width:100%;
	z-index:9;
	height:8px;
	background:url(../images/menunowb.png) center 0 no-repeat;
	left:0;
	bottom:-8px;
}
.menu ul li a:hover{
	background:url(../images/menunow.jpg) center 0px no-repeat;
}
.menu ul li form{
	padding-left:20%;
}
.menu ul li form #name{
	border:0;
	line-height:30px;
	margin:11px 0px;
	border-radius:3px 0px 0px 3px;
}
.menu ul li form #button{
	line-height:28px;
	margin:11px 0px;
	padding:0;
	background:#ff7a02;
	color:#fff;
	border-radius:0px 3px 3px 0px;
}
@media (max-width:992px){
	.gongsi{
		display:none;
	}
	.lianxi{
		display:none;
	}
	.menu{
		position:fixed;
		z-index:9999;
		display:none;
		background:rgba(3,69,121,.95);
		width:60%;
		right:0;
		top:0;
	}
	.menu ul{
		display:block;
		padding:15px 0px;
	}
	.menu ul li{
		margin:2px 0px;
		width:100%;
		text-align:left;
		padding:0 10%;
	}
	.menu ul span{
		display:none;
	}
	.menu ul li a{
		display:block;
		padding:10px 30px;
		line-height:18px;
		font-size:1.4rem;
		color:#fff;
		border-bottom:1px #fff solid;
		background:none !important;
	}
	.menu ul li a:after{
		display:none !important;
	}
	.menu ul li:last-child{
		display:none;
	}
	.nav-logo{
		display: block;
		position:fixed;
		right:10px;
		z-index:9999;
		top:45px;
		cursor:pointer;
	}
	.nav-logo .bk{
		background:#006ab8;
		padding:10px;
		border-radius:3px;
	}
	.nav-logo .bk1{
		background:#af291e;
	}
	.nav-logo .bk>span{
		display:block;
		width: 20px;
		height: 3px;
		background-color: #fff;
		border-radius: 2px;
		margin: 2px auto;
		transition: .3s;
		transform-origin: left center;
	}
	.nav-logo .bk1>span{
		background-color: #fff;
	}
}
@media (min-width: 992px){
    .menu{
		display: block!important;
    }
}
.products{
	background:#f4f3f6;
	overflow:hidden;
	padding:50px 0px 80px;
}
.pdtitle{
	text-align:center;
	position:relative;
	margin:0px 0px 20px;
}
.pdtitle span{
	font-family:Fontone;
	font-size:4.9rem;
	color:#3e3a39;
	display:block;
	line-height:52px;
}
.pdtitle small{
	font-size:2.0rem;
	line-height:24px;
	color:#3e3a39;
	position:relative;
	z-index:9;
	background:url(../images/pdbg.jpg) center 0 no-repeat;
	display:block;
	font-weight:bold;
}
.pdtitle a{
	position:absolute;
	right:0;
	bottom:11px;
	padding:0px 5px 5px;
	border-bottom:3px #d6d4d7 solid;
	z-index:10;
	color:rgba(0,0,0,.8);
}
.pdtitle p{
	position:relative;
	margin:0;
}
.pdtitle .hengx{
	border-bottom:1px #e7e6e9 solid;
	position:absolute;
	width:100%;
	bottom:12px;
}
.products #onecs{
	display:flex;
	justify-content:center;
	margin:0px 0px 40px;
	border:0;
}
.products #onecs li{
	margin:0px 10px;
}
.products #onecs li a{
	display:block;
	color:#3e3a39;
	font-size:1.6rem;
	border:1px rgba(0,0,0,.2) solid;
	padding:5px 30px;
	border-radius:20px;
}
.products #onecs li a:hover{
	color:#fff;
	background:#1e579a;
	transition:background .3s;
}
.products #onecs li.active a{
	color:#fff;
	background:#1e579a;
}
.products .tab-pane ul li{
	margin-bottom:10px;
}
.products .tab-pane ul li img{
	width:100%;
}
.products .tab-pane ul li a{
	background:#fff;
	display:block;
	border:1px rgba(0,0,0,.15) solid;
	border-radius:8px;
	overflow:hidden;
}
.products .tab-pane ul li a>p:after{
	content:"";
	display:block;
	width:60%;
	border-bottom:1px rgba(0,0,0,.1) solid;
	margin:0 auto;
}
.products .tab-pane ul li a div{
	font-size:1.2rem;
	color:rgba(0,0,0,.5);
	text-align:center;
	padding:35px 0px 30px;
}
.products .tab-pane ul li a div span{
	font-size:1.6rem;
	color:#000;
	display:block;
	padding:0px 0px 5px;
}
.products .tab-pane ul li a small{
	display:none;
	font-size:1.6rem;
	color:#fff;
	width:65%;
	line-height:34px;
	background:#1e579a;
	margin-left:-32.5%;
	bottom:35px;
	left:50%;
	text-align:center;
	position:absolute;
	border-radius:20px;
}
.products .tab-pane ul li a:hover div{
	opacity:0;
}
.products .tab-pane ul li a:hover small{
	display:block;
}
@media (max-width:992px){
	.products #onecs{
		display:block;
	}
	.products #onecs li{
		margin:0px 1% 10px;
		width:48%;
	}
	.products #onecs li a{
		font-size:1.3rem;
		padding:5px 20px;
	}
	.pdtitle span{
		font-size:2.9rem;
		line-height:32px;
	}
	.pdtitle small{
		font-size:1.6rem;
	}
}
.company{
	background:url(../images/abbg.jpg) center 0 no-repeat;
	padding:70px 0px;
	overflow:hidden;
}
.company .abtitle{
	font-size:2.0rem;
	color:#fff;
}
.company .abtitle span{
	display:block;
	font-size:4.0rem;
	font-family:Fontone;
}
.company .about-ct{
	font-size:1.4rem;
	color:rgba(255,255,255,.7);
	padding:30px 0px;
	line-height:28px;
	width:70%;
}
.company a{
	color:#fff;
}
.company .zuoyou{
	margin:40px 0px 0px;
	display:flex;
}
.company .carousel-control{
	width:30px;
	height:30px;
	background:none !important;
	border:1px #fff solid;
	border-radius:20px;
	color:#fff;
	opacity:1;
	line-height:26px;
	text-align:center;
	font-size:1.4rem;
	position:static;
	display:block;
	text-shadow:none;
}
#myCarousel1{
	background:#fff;
	padding:15px;
	border-radius:10px;
}
#myCarousel1 .item p{
	color:rgba(0,0,0,.5);
	font-size:1.4rem;
	padding:15px 0px;
}
@media (max-width:992px){
	.company{
		background:url(../images/abbg.jpg) center 0 repeat;
		padding:30px 0px;
	}
	.company .zuoyou{
		margin:10px 0px;
	}
	.company .abtitle{
		font-size:2.0rem;
	}
	.company .abtitle span{
		font-size:3.0rem;
	}
	.company .about-ct{
		width:100%;
		padding:10px 0px;
	}
}
.about{
	background:#f4f3f6;
	padding:60px 15px;
	overflow:hidden;
}
.about .abjs{
	font-size:1.6rem;
	color:rgba(0,0,0,.7);
	text-align:center;
	width:90%;
	line-height:28px;
	margin:0 auto;
}
.about .abct-ct{
	display:flex;
	flex-wrap:wrap;
	margin-top:40px;
}
.about .abct-ct img{
	width:100%;
}
.about .abct-ct>div{
	background:#fff;
	text-align:center;
	width:33.333%;
}
.about .abct-ct>div>span{
	font-size:1.6rem;
	color:rgba(0,0,0,.5);
	font-weight:bold;
	display:block;
	margin:30px 0px 0px;
}
.about .abct-ct>div>p{
	display:block;
	width:20px;
	margin:15px auto;
	background:rgba(0,0,0,.8);
	height:1px;
}
.about .abct-ct>div>small{
	display:block;
	font-size:1.4rem;
	color:rgba(0,0,0,.5);
	width:85%;
	margin:0 auto;
}
.about .abct-ct>div:nth-of-type(2)>small{
	width:70%;
}
@media (max-width:992px){
	.about{
		padding:60px 0px;
	}
	.about .abjs{
		width:100%;
	}
	.about .abct-ct{
		display:block;
	}
	.about .abct-ct div{
		width:100%;
	}
	.about .abct-ct div span{
		margin:0px 0px 0px;
		padding:20px 0px 0px;
	}
	.about .abct-ct div small{
		width:90%;
		padding-bottom:20px;
	}
	.about .abct-ct div:nth-of-type(2) small{
		width:90%;
	}
}

.news{
	padding:40px 0px;
}
.news .nstitle{
	color:rgba(0,0,0,.7);
	display:flex;
	justify-content:space-between;
}
.news .nstitle span{
	font-size:3.0rem;
	font-family:Fontone;
	margin-right:15px;
	line-height:36px;
	display:flex;
}
.news .nstitle span small{
	font-family:microsoft yahei;
	margin-left:15px;
	font-size:2.6rem;
}
.news .nstitle a{
	font-size:1.5rem;
	color:rgba(0,0,0,.4);
	height:30px;
	line-height:26px;
	border:1px rgba(0,0,0,.4) solid;
	border-radius:5px;
	padding:0px 20px;
	margin:3px 0px;
}
.news .news-ct{
	margin-top:40px;
}
.news .tpnews a{
	font-size:1.2rem;
	color:rgba(0,0,0,.3);
}
.news .tpnews a img{
	width:100%;
}
.news .tpnews a span{
	font-size:1.6rem;
	color:rgba(0,0,0,.8);
	display:block;
	margin:15px 0px;
}
.news .tpnews a small{
	display:block;
	font-family:arial;
	font-size:1.6rem;
	line-height:30px;
	margin:15px 0px 0;
	background:url(../images/nsjt.png) right center no-repeat;
}
.news .news-ct ul li{
	margin-bottom:20px;
}
.news .news-ct ul li a{
	display:flex;
	padding:25px 0px 25px 30px;
	border:1px rgba(0,0,0,.1) solid;
}
.news .news-ct ul li a div{
	display:flex;
	margin-right:20px;
	padding-right:20px;
	border-right:2px rgba(0,0,0,.8) solid;
	color:rgba(0,0,0,.8);
}
.news .news-ct ul li a div span{
	font-size:3.9rem;
	line-height:40px;
	font-family:Fonttwo;
}
.news .news-ct ul li a div small{
	font-size:1.6rem;
	font-family:Fontthree;
	line-height:18px;
	margin:0px 0px 0px 15px;
	text-align:right;
}
.news .news-ct ul li a>span{
	display:block;
}
.news .news-ct ul li a>span p{
	font-size:1.6rem;
	display:block;
	color:rgba(0,0,0,.8);
}
.news .news-ct ul li a>span small{
	font-size:1.2rem;
	color:rgba(0,0,0,.5);
}
.news .news-ct ul li a:hover{
	background:#1b50a3;
	transition:.3s;
}
.news .news-ct ul li a:hover div{
	color:#fff;
	border-right:2px #fff solid;
}
.news .news-ct ul li a:hover>span p{
	color:#fff;
}
.news .news-ct ul li a:hover>span small{
	color:#fff;
}
@media (max-width:992px){
	.news .tpnews{
		margin-bottom:15px;
	}
	.news .news-ct ul li a{
		padding:25px 10px 25px;
	}
	.news .news-ct ul li a div{
		display:none;
	}
	.news .nstitle span{
		font-size:2.2rem;
	}
	.news .nstitle span small{
		font-size:1.8rem;
	}
	.news .news-ct{
		margin-top:20px;
	}
}
.footer{
    position: relative;
}
.ft-cont{
    padding: 40px 0px 20px;
    background:#1c2028;
    background-size: contain;
}
.ft-box{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ft-box>div{
    width: 25%;
}
.ft-box h3{
    font-size: 2rem;
    line-height: 40px;
    color: #dfdfdf;
	margin-bottom:25px;
}
.phone>p{
    font-size: 1.4rem;
    line-height: 28px;
    margin: 10px 0;
    color: #a6a6a6;
}
.ft-icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    overflow: hidden;
    margin-right: 10px;
}
.phone>p:nth-child(1) .ft-icon{
    background: url("../images/1.jpg") no-repeat;
}
.phone>p:nth-child(2) .ft-icon{
    background: url("../images/2.jpg") no-repeat ;
}
.phone>p:nth-child(3) .ft-icon{
    background: url("../images/3.jpg") no-repeat center;
}
.phone>p:nth-child(4) .ft-icon{
    background: url("../images/4.jpg") no-repeat ;
}
.phone>p:nth-child(5) .ft-icon{
    background: url("../images/5.jpg") no-repeat ;
}
.phone>p:last-child{
    margin: 40px 0;
    width: 80%;
}
.liuyan,.dianhua{
    width: 100%;
    height: 42px;
    background: url("../images/liuyan.png") no-repeat;
    margin-bottom: 10px;
    background-size: 100% 100%;
}
.liuyan label{
    line-height: 42px;
    margin-right: 15px;
    margin-left: 10px;
}
.liuyan input{
    background-color: transparent;
    outline: none;
	border:0;
	color:#fff;
}
.dianhua label{
    line-height: 42px;
    margin-right: 15px;
    margin-left: 10px;
}
.dianhua input{
    background-color: transparent;
    outline: none;
	border:0;
	color:#fff;
}
label{
    color: #a6a6a6;
}
.xinxi{
    width: 100%;
    height: 84px;
    background: url("../images/xinxi.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.xinxi label{
    display: block;
    line-height: 42px;
    margin-right: 35px;
    margin-left: 10px;
}
.xinxi textarea{
    background-color: transparent;
    outline: none;
    width: 100%;
    height: 35px;
    border: none;
    resize: none;
	color:#fff;
}
.tijiao input{
    width: 100%;
    height: 42px;
    background: url("../images/tijiao.png") no-repeat;
    background-size: 100% 100%;
    text-align: left;
    text-indent: 25px;
	color:#fff;
	border:0;
}
.message{
    padding:0 25px 0 40px;
}
.message form{
    margin-top: 12px;
    font-size: 1.4rem;
}
.message form label{
    font-weight: normal;
}
.weixin{
    padding-left: 95px;
}
.ft-nav{
    padding:0 0 0 75px;
}
.ft-nav ul{
    margin-top: 0;
}
.ft-nav li{
    position: relative;
    height: 38px;
    border-bottom: 1px dashed #454545;
    font-size: 1.4rem;
}
.ft-nav li a{
    float: left;
    line-height: 37px;
    color: #a6a6a6;   
}
.ft-nav li span{
    float: right;
    line-height: 37px;
    color: #a6a6a6;
}
.weixin>img{
    display: block;
    margin: 10px 0;
}
.weixin>p{
    color: #a6a6a6;
    margin: 5px 0 15px 0;
    font-size: 1.4rem;
}
.weixin p:nth-child(4){
    text-indent: 15px;
    margin: 10px 0;
}
.ft-ft{
    text-align: center;
    background-color: #1c2028;
    padding: 20px 0;
    border-top:1px rgba(255,255,255,.2) dashed;
}
.ft-ft p{
    color: #a6a6a6;
	line-height:32px;
}
.ft-ft a{
    color: #a6a6a6;
}
@media (max-width: 1200px){
    .ft-box>div{
        width: 45%;
    }
    .ft-nav{
        padding: 0;
    }
}
@media (max-width: 992px){
    .ft-box>div{
        width: 95%;
        margin-bottom: 15px;
    }
    .ft-nav{
        display: none;
    }
    .phone>p:last-child{
        margin: 0;
        width: 95%;
    }
    .message,.weixin{
    padding:0;
    }
}

.banner img{
	width:100%;
}

/*page*/
.ibanner img{
	width:100%;
}

.itop{
	position:relative;
}
.lanmu{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
}
.lanmuct{
	display:flex;
	justify-content:space-between;
	padding:0px 30px;
	background:url(../images/lmbg.jpg) right 0px no-repeat;
}
.lanmuct div:first-child{
	display:flex;
}
.lanmuct div:first-child span{
	font-size:2.6rem;
	color:rgba(0,0,0,.8);
	line-height:71px;
	padding-right:30px;
}
.lanmuct div:first-child ul{
	display:flex;
}
.lanmuct div:first-child ul li{
	padding:15px 0px;
}
.lanmuct div:first-child ul li a{
	font-size:1.6rem;
	color:rgba(0,0,0,.8);
	line-height:41px;
	display:block;
	border-right:1px rgba(0,0,0,.1) solid;
	padding:0px 25px;
}
.lanmuct div:first-child ul li:hover{
	background:#035ca3;
	transition:background .3s;
}
.lanmuct div:first-child ul li:hover a{
	color:#fff;
}
.lanmuct div:first-child ul li.cur{
	background:#035ca3;
}
.lanmuct div:first-child ul li.cur a{
	color:#fff;
}
.lanmuct div:last-child span{
	line-height:71px;
	color:#808080;
	background:url(../images/fz.png) 0 center no-repeat;
	padding-left:25px;
}
.lanmuct div:last-child span a{
	color:#808080;
}

@media (max-width: 992px){
	.ibanner{
		width:100%;
		overflow:hidden;
	}
	.ibanner img{
		width:240%;
		margin-left:-70%;
	}
	.lanmuct{
		display:none;
	}
}
.content{
	background:#f8f8f8;
	padding-bottom:50px;
}
.content .iabout-ct{
	background:#fff;
	min-height:300px;
	color:#808080;
	font-size:1.6rem;
	line-height:36px;
	padding:60px 100px;
}
@media (max-width: 992px){
	.content .iabout-ct{
		font-size:1.4rem;
		line-height:32px;
		padding:40px 10px;
	}
}
.iproduct-ct{
	background:#fff;
	padding:50px 15px;
}
.iproduct-ct ul li{
	margin-bottom:30px;
}
.iproduct-ct ul li img{
	width:100%;
}
.iproduct-ct ul li a{
	background:#fff;
	display:block;
	border:1px rgba(0,0,0,.15) solid;
	border-radius:8px;
	overflow:hidden;
}
.iproduct-ct ul li a p:after{
	content:"";
	display:block;
	width:60%;
	border-bottom:1px rgba(0,0,0,.1) solid;
	margin:0 auto;
}
.iproduct-ct ul li a div{
	font-size:1.2rem;
	color:rgba(0,0,0,.5);
	text-align:center;
	padding:35px 0px 30px;
}
.iproduct-ct ul li a div span{
	font-size:1.6rem;
	color:#000;
	display:block;
	padding:0px 0px 5px;
}
.iproduct-ct ul li a small{
	display:none;
	font-size:1.6rem;
	color:#fff;
	width:65%;
	line-height:34px;
	background:#1e579a;
	margin-left:-32.5%;
	bottom:35px;
	left:50%;
	text-align:center;
	position:absolute;
	border-radius:20px;
}
.iproduct-ct ul li a:hover div{
	opacity:0;
}
.iproduct-ct ul li a:hover small{
	display:block;
}
.page{
	border-top:1px #ddd solid;
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	padding:30px 15px;
}
.page span{
	border:1px #ddd solid;
	display:block;
	margin:0px 0px 0px 10px;
	padding:5px 15px;
	font-size:1.2rem;
}
.page span:hover{
	background:#0057ad;
	color:#fff;
}
.inews-ct{
	background:#fff;
	padding:30px 60px;
}
.sjtitle{
	display:none;
	background:#035ca3;
	color:#fff;
	text-align:center;
	padding:15px 0px;
	font-size:1.8rem;
}
.sjpdcl{
	display:none;
}
.sjpdcl ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:15px;
}
.sjpdcl ul li{
	width:49%;
	margin-bottom:5px;
}
.sjpdcl ul li a{
	display:block;
	border:1px #ddd solid;
	color:#000;
	text-align:center;
	padding:10px 0px;
}
.sjpdcl ul li.cur a{
	background:#035ca3;
	color:#fff;
}
.sjpdcl ul li a:hover{
	background:#035ca3;
	color:#fff;
}
@media (max-width: 992px){
	.inews-ct{
		padding:30px 10px;
	}
	.sjtitle{
		display:block;
	}
	.sjpdcl{
		display:block;
	}
}
.inews-ct .instj {
	margin-top:40px;
}
.inews-ct .instj .col-md-7 span{
	display:block;
	font-size:1.4rem;
	color:#c8c8c8;
	margin-top:25px;
}
.inews-ct .instj .col-md-7 div{
	font-size:1.8rem;
	color:#585757;
	font-weight:bold;
	padding:15px 0;
}
.inews-ct .instj .col-md-7 small{
	display:block;
	color:#585757;
	font-size:1.4rem;
	margin-bottom:30px;
}
.inews-ct .instj .col-md-7 p{
	display:block;
	padding:0px;
	font-size:1.4rem;
	color:#585757;
	border:1px #585757 solid;
	text-align:center;
	line-height:36px;
	width:105px;
}
.inews-ct .instj:hover a .col-md-7 div{
	color:#0c4da2;
	transition:.3s;
}
.inews-ct .instj:hover a p{
	background:#0c4da2;
	color:#fff;
	transition:.3s;
	border:1px #0c4da2 solid;
}
.inews-ct ul{
	margin-top:20px;
	border-top:1px #ddd solid;
	padding-top:20px;
}
.inews-ct ul li{
	border-bottom:1px #ddd solid;
	margin-bottom:20px;
	padding-bottom:20px;
}
.inews-ct ul li .time{
	text-align:center;
	font-size:1.9rem;
	color:#c8c8c8;
	line-height:22px;
	background:#eeeeee;
	padding-top:20px;
	padding-bottom:20px;
}
.inews-ct ul li .time span{
	display:block;
	font-size:7.0rem;
	color:#c8c8c8;
	line-height:76px;
}
.inews-ct ul li .text p{
	color:#585757;
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	margin:0;
	padding:20px 0 10px;
}
.inews-ct ul li .text small{
	font-size:1.4rem;
	color:#585757;
	line-height:28px;
}
.inews-ct ul li:hover a .time{
	background:#0c4da2;
	color:#fff;
	transition:background .3s;
}
.inews-ct ul li:hover a .time span{
	color:#fff;
}
.inews-ct ul li:hover a .text p{
	color:#0c4da2;
}
.inews-ct ul li:hover{
	border-bottom:1px #0c4da2 solid;
}
.nsct-ttt{
	font-size:2.0rem;
	padding:10px 0px 20px;
	text-align:center;
	border-bottom:1px #ddd dashed;
	margin:0px 0px 20px;
}
.nsct-cont{
	font-size:1.4rem;
	line-height:28px;
}

.pdct-tt{
	font-size:2.4rem;
	text-align:center;
	border-bottom:1px #ddd solid;
	padding-bottom:20px;
	margin-bottom:30px;
}
.iproduct-ct .pager{
	border-top:1px #ddd dotted;
	border-bottom:1px #ddd dotted;
	padding:15px 0;
	margin-top:20px;
}
.iproduct-ct .pager span{
	display:flex;
	justify-content:space-between;
	padding:0px 20px;
}
.iproduct-ct .pager a{
	display:block;
	color:rgba(0,0,0,.6);
}
.iproduct-ct .pager a:hover{
	color:#ff9b00;
}
.pdct-cont{
	font-size:1.4rem;
	color:rgba(0,0,0,.7);
	line-height:30px;
	padding:20px 0;
}
.plant-ct{
	background:#fff;
	padding:50px 30px;
}
.plant-ct ul li{
	margin-bottom:30px;
}

.plant-ct ul li a{
	display:block;
	background:#000;
	outline:none;
	border:1px #ddd solid;
	text-align:center;
}
.plant-ct ul li a:hover{
	text-decoration:none;
	outline:none;
	border:1px #006ab8 solid;
}
.plant-ct ul li a:link{
	text-decoration:none;
	outline:none;
}
.plant-ct ul li a p{
	display:block;
	margin:0;
	height:270px;
	outline:none;
	text-decoration:none;
	overflow:hidden;
	position:relative;
}
.plant-ct ul li a p:after{
	content:"";
	display:block;
	width:80%;
	left:10%;
	border-bottom:1px #ddd solid;
	height:0;
	position:absolute;
	bottom:0;
}
.plant-ct ul li img{
	min-width:100%;
	height:270px;
}
.plant-ct ul li a span{
	display:block;
	font-size:2.0rem;
	color:rgba(0,0,0,.6);
	background:#fff;
	padding:20px 20px 30px 20px;
}
.plant-ct ul li a span small{
	display:block;
	font-size:1.4rem;
	padding-top:5px;
}
.plant-ct ul li a:hover span{
	color:#006ab8;
	transition:.3s;
}
.plant-ct ul li a:hover p:after{
	content:"";
	display:block;
	width:80%;
	left:10%;
	border-bottom:1px #006ab8 solid;
	height:0;
	position:absolute;
	bottom:0;
}
#julit{
	margin-top:10% !important;
}
.neirong>p img{
	display:block;
	width:100%;
	max-height:450px;
	margin:0;
}
.neirong>small{
	display:block;
	font-size:1.2rem;
	line-height:26px;
	border-top:1px #ddd solid;
	padding:10px 0px;
}
.neirong>span{
	text-align:center;
	font-size:2.0rem;
	padding:0px 0px 10px;
	display:block;
}
.waikuang{
	position:relative;
}
.guanbi{
	position:absolute;
	right:10px;
	top:10px;
}
.guanbi button{
	border:0;
	color:#545454;
	font-size:2.4rem;
	line-height:25px;
	background:none;
	outline:none;
}
#xiaoshi{
	display:none;
}













































