.welcome{
	background: #292929;
}
.welcome .pull-left{
	line-height: 30px;
	color: rgba(255,255,255,.5);
	font-size: 1.2rem;
}
.welcome .pull-right{
	padding-top: 6px;
}
.welcome form{
	display: flex;
	display: -webkit-flex;
	width: 160px;
	background: #6a6a6a;
	border-radius: 9px;
	float:left;
}
.welcome form input{
	width: 85%;
	line-height: 18px;
	border: 0;
	padding: 0px 10px;
	color: #fff;
	font-size: 1.2rem;
	background: none;
	outline: none;
}
.welcome form button{
	width: 15%;
	border: 0;
	background: url(../images/fdj.svg) center no-repeat;
	background-size: 10px auto;
}
.welcome a{
	float:right;
	line-height:18px;
	color: rgba(255,255,255,.7);
	font-size:1.3rem;
	margin-left:15px;
}
.welcome a:hover{
	color:#fff;
}
.logo{
	float: left;
	padding: 9px 0px;
}
.logo img{
	height: 78px;
}
.menu{
	float: right;
}
.menu ul li:first-child{
	border-left: 1px rgba(0,0,0,.1) solid;
}
.menu ul li{
	float: left;
	border-right: 1px rgba(0,0,0,.1) solid;
}
.menu ul li a{
	display: block;
	color: #424147;
	font-size: 1.6rem;
	padding: 0px 25px;
	line-height: 96px;
	transition: background .3s;
}
.menu ul li a:hover,.menu ul li.cur a{
	color: #fff;
	background: #004a98;
}
.menu ul li:last-child a{
	font-size:1.5rem;
	font-family:avenir,arial;
}
.nav-logo{
	float:right;
	display:none;
	width:27px;
	padding:5px 0px;
	margin:8px 0px 0px;
}
.nav-logo i{
	display:block;
	padding:2px 0px;
}
.nav-logo i:after{
	content:"";
	display:block;
	height:2px;
	background:#004a98;
}
.heise{
	display:none;
	background:rgba(0,0,0,.8) url(../images/guanbi.png) 30px center no-repeat;
	background-size:25px auto;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999;
	position:fixed;
}
.menu ul i{
	display:none;
}
@media (max-width:1280px) {
	.logo{
		padding: 9px 0px;
	}
	.logo img{
		height: 60px;
	}
	.menu ul li a{
		font-size: 1.5rem;
		padding: 0px 20px;
		line-height: 78px;
	}
}
@media (max-width:992px) {
	.welcome .pull-right{
		display:none;
	}
	.logo{
		padding: 5px 0px;
	}
	.logo img{
		height: 35px;
	}
	.nav-logo{
		display:block;
	}
	.menu{
		position:fixed;
		width:70%;
		top:0;
		right:-100%;
		height:100%;
		background:#fff;
		z-index:1000;
		transition:.5s;
	}
	.menuu{
		right:0;
	}
	.menu ul i{
		display:block;
		padding: 10px 20px;
		font-weight:bold;
		line-height:20px;
	}
	.menu ul i img{
		display:block;
		margin:0 auto;
		height:20px;
	}
	.menu ul li{
		float:none;
		border-right:0;
	}
	.menu ul li:first-child{
		border-left:0;
	}
	.menu ul li:last-child a{
		font-size:1.3rem;
	}
	.menu ul li a{
		display:block;
		line-height:40px;
		border-bottom:1px rgba(0,0,0,.1) solid;
		font-size:1.4rem;
	}
}
#banner .swiper-pagination{
	bottom: 40px;
}
#banner .swiper-pagination span{
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0px 7px;
}
@media (max-width:992px) {
	#banner .swiper-pagination{
		bottom: 20px;
	}
	#banner .swiper-pagination span{
		width: 5px;
		height: 5px;
		margin: 0px 5px;
	}
}
.title{
	text-align: center;
}
.title h3{
	font-size: 3.8rem;
	color: #000;
	line-height: 44px;
}
.title span{
	display: block;
	max-width: 700px;
	margin: 15px auto 0;
	color: #6b6e7c;
	font-size: 1.6rem;
	line-height: 24px;
}
@media (max-width:1280px) {
	.title h3{
		font-size: 2.8rem;
		line-height: 34px;
	}
	.title span{
		margin: 10px auto 0;
		font-size: 1.2rem;
		line-height: 18px;
	}
}
@media (max-width:992px) {
	.title h3{
		font-size: 1.8rem;
		line-height: 24px;
	}
	.title span{
		margin: 5px auto 0;
	}
}
.about{
	padding: 75px 0px 55px;
}
.about dl{
	position: relative;
	padding-left: 50%;
	margin: 30px 0px 0px;
}
.about dl dt{
	position: absolute;
	width: 50%;
	top: 0;
	height: 100%;
	left: 0;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	font-weight: normal;
	color: #fff;
	padding: 4% 8% 0px 4%;
}
.about dl dt big{
	font-size: 2.6rem;
	display: block;
	margin-bottom: 20px;
}
.about dl dt span{
	font-size: 1.4rem;
	line-height: 26px;
	margin: 0px 0px 20px;
	display: block;
}
.about dl dt a{
	display: block;
	width: 172px;
	height: 40px;
	border: 2px #fff solid;
	color: #fff;
	padding: 0px 15px;
	line-height: 36px;
}
.about dl dt a:after{
	content: "+";
	float: right;
	font-size: 2.0rem;
	line-height: 32px;
}
.about dl dd{
	width: 100%;
}
.about dl dd a{
	display: block;
	position: relative;
}
.about dl dd:last-child a{
	width: 50%;
	float: left;
}
.about dl dd span{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	color: #fff;
	font-size: 2.4rem;
	margin-top: -45px;
}
.about dl dd span p{
	margin: 15px 0px 0px;
}
.iphoto{
	padding:50px 0px;
}
.iphoto ul li{
	margin-bottom:25px;
}
.iphoto ul li a{
	display:block;
	background:rgba(0,0,0,.05);
	transition:.3s;
	color:#000;
}
.iphoto ul li p{
	text-align:center;
	font-size:1.6rem;
	line-height:30px;
	padding:10px 0px;
}
.iphoto ul li a:hover{
	background:#004a98;
	color:#fff;
}
@media (max-width:1280px) {
	.about{
		padding: 40px 0px 35px;
	}
	.about dl dt big{
		font-size: 2.0rem;
		margin-bottom: 15px;
	}
	.about dl dd span{
		font-size: 1.8rem;
		margin-top: -45px;
	}
}
@media (max-width:992px) {
	.about{
		padding: 25px 0px;
	}
	.about dl{
		padding-left: 0;
		margin: 10px 0px 0px;
	}
	.about dl dt{
		position: static;
		width: 100%;
		height: 300px;
		color: #fff;
	}
	.about dl dt big{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.about dl dt span{
		font-size: 1.3rem;
		line-height: 22px;
		margin: 0px 0px 20px;
	}
	.about dl dd{
		width: 100%;
	}
	.about dl dd span{
		font-size: 1.4rem;
		margin-top: -40px;
	}
}
.product{
	background-color: #f8f8f8;
	padding: 40px 0px 0px;
}
.product ul{
	padding:0px 4px;
	margin-top: 25px;
}
.product ul li{
	float: left;
	width: 25%;
	padding:4px;
}
.product ul li a{
	position: relative;
	display: block;
	overflow:hidden;
}
.product ul li a:after{
	content: "";
	position: absolute;
	z-index: 1;
	height: 50%;
	width: 105%;
	background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
	bottom: 0;
}
.product ul li a span{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 3;
	color: #fff;
	font-size: 2.2rem;
	padding: 20px 35px;
}
.product ul li a span p{
	float: left;
	line-height: 30px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.product ul li a span:after{
	content: "";
	float: right;
	background: url(../images/jtpic.png) center no-repeat;
	height: 30px;
	width: 32px;
}
@media (max-width:1280px) {
	.product ul li a span{
		font-size: 1.6rem;
		padding: 20px 25px;
	}
}
@media (max-width:992px) {
	.product{
		padding: 20px 0px 0px;
	}
	.product ul{
		margin-top: 15px;
	}
	.product ul li{
		width: 50%;
	}
	.product ul li a span{
		font-size: 1.4rem;
		padding: 10px 15px;
	}
	.product ul li a span:after{
		display:none;
	}
}
.news{
	background: url(../images/nsbg.jpg) center no-repeat;
	background-size: cover;
	padding: 45px 0px 110px;
}
.news .nstit h3{
	color: #555555;
	font-size: 3.4rem;
	text-align: center;
}
.news .nstit h3:after{
	content: "";
	display: block;
	height: 3px;
	width: 60px;
	margin: 20px auto;
	background: #004a98;
}
.news .nstit span{
	display: block;
	font-size: 1.7rem;
	line-height: 29px;
	color: #868686;
	text-align: center;
}
@media (max-width:1280px) {
	.news{
		padding: 25px 0px 60px;
	}
	.news .nstit h3{
		font-size: 2.4rem;
	}
	.news .nstit h3:after{
		margin: 10px auto;
	}
	.news .nstit span{
		font-size: 1.5rem;
		line-height: 24px;
	}
}
@media (max-width:992px) {
	.news{
		padding: 20px 0px;
	}
	.news .nstit h3{
		font-size: 1.8rem;
	}
	.news .nstit h3:after{
		margin: 6px auto;
	}
	.news .nstit span{
		font-size: 1.2rem;
		line-height: 18px;
	}
}
.news dl{
	margin-top: 45px;
	position: relative;
}
.news dl dd{
	width: 48%;
}
.news dl dt{
	position: absolute;
	right: 0;
	top: 0;
	width: 48%;
	height: 100%;
}
.news dl dt a{
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	display: block;
}
.news dl dt a span{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 70px;
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 0px 0px 0px 20px;
}
.news dl dt a span p{
	float: left;
	width: 85%;
	line-height: 70px;
	font-size: 1.6rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.news dl dt a span:after{
	content: "";
	float: right;
	height: 70px;
	width: 15%;
	background: #004a98 url(../images/sanj.png) center no-repeat;
}
@media (max-width:1280px) {
	.news dl{
		margin-top: 25px;
	}
	.news dl dt a span p{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.news dl{
		margin-top: 15px;
	}
	.news dl dd{
		width: 100%;
	}
	.news dl dt{
		position: static;
		width: 100%;
		height: 250px;
		margin-top:10px;
	}
	.news dl dt a span{
		height: 45px;
		padding: 0px 0px 0px 10px;
	}
	.news dl dt a span p{
		line-height: 45px;
		font-size: 1.4rem;
	}
	.news dl dt a span:after{
		height: 45px;
	}
}
.news dl dd a{
	display: block;
	margin-bottom: 15px;
}
.news dl dd a:last-child{
	margin-bottom: 0;
}
.news dl dd a:after{
	content: "";
	display: block;
	clear: both;
}
.news dl dd a big{
	width: 20%;
	background-color: #b8b8b5;
	display: block;
	color: #fff;
	font-family: arial;
	padding: 15px 0px 35px 15px;
	transition: .3s;
	font-size: 1.4rem;
	float: left;
}
.news dl dd a big p{
	font-size: 2.8rem;
	line-height: 28px;
}
.news dl dd a section{
	float: right;
	width: 80%;
	background-color: #e0e0e0;
	padding: 20px 20px 26px;
}
.news dl dd a section span{
	display: block;
	color: #585757;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news dl dd a section small{
	display: block;
	color: #585757;
	font-size: 1.4rem;
	margin: 10px 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news dl dd a:hover big{
	background-color: #004a98;
}
@media (max-width:1280px) {
	.news dl dd a big p{
		font-size: 2.0rem;
		line-height: 20px;
	}
	.news dl dd a section{
		padding: 15px 20px 25px;
	}
	.news dl dd a section span{
		font-size: 1.4rem;
	}
	.news dl dd a section small{
		font-size: 1.3rem;
	}
}
@media (max-width:992px) {
	.news dl dd a{
		margin-bottom: 10px;
	}
	.news dl dd a big{
		padding: 10px 0px 15px 10px;
	}
	.news dl dd a big p{
		font-size: 1.6rem;
		line-height: 20px;
	}
	.news dl dd a section{
		padding: 10px 10px 14px;
	}
	.news dl dd a section span{
		font-size: 1.4rem;
	}
	.news dl dd a section small{
		font-size: 1.2rem;
		margin: 2px 0px 0px;
	}
}
.fuwu{
	background: url(../images/fwbg.jpg) center no-repeat;
	background-size: cover;
	padding: 60px 0px 90px;
}
.fuwu ul{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	padding: 35px 0px 0px;
}
.fuwu ul li{
	width: 100%;
	max-width: 240px;
}
.fuwu ul li:nth-child(2){
	margin: 0px 40px;
}
.fuwu ul li a{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	background: rgba(0,0,0,.6);
	padding: 15px 25px;
	line-height: 26px;
	font-size: 1.6rem;
	color: #fff;
}
.fuwu ul li a small{
	font-size: 2.0rem;
}
@media (max-width:992px) {
	.fuwu{
		padding: 30px 0px 50px;
	}
	.fuwu ul{
		flex-wrap:wrap;
		padding: 15px 0px 0px;
	}
	.fuwu ul li{
		width: 100%;
		max-width: 80%;
		padding:5px 0px;
	}
	.fuwu ul li a{
		padding: 10px 25px;
		line-height: 26px;
		font-size: 1.4rem;
	}
	.fuwu ul li:nth-child(2){
		margin: 0px 0px;
	}
}
footer{
	background: url(../images/btbg.jpg) center no-repeat;
	background-size: cover;
}
.bottom{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 40px 0px 60px;
}
.bottom ul li a{
	display: block;
	font-size: 1.85rem;
	color: rgba(255,255,255,.6);
	line-height: 58px;
}
.bottom dl dt{
	font-weight: normal;
	line-height: 58px;
	font-size: 1.85rem;
}
.bottom dl dt a{
	color: rgba(255,255,255,.8);
}
.bottom dl dd a{
	color: rgba(255,255,255,.6);
	font-size: 1.4rem;
	line-height: 30px;
}
.bottom dl dd a:hover{
	color: #f00;
}
.bottom dl dd{
	color: rgba(255,255,255,.6);
	font-size: 1.4rem;
	line-height: 30px;
}
.bottom dl dd i{
	display:block;
	max-width:140px;
}
.bottom dl dd i img{
	max-width:100px;
	height:auto;
}
.copy{
	background: #171f23;
}
.copy ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.copy ul li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	color: rgba(255,255,255,.6);
	line-height: 54px;
}
.copy ul li>span{
	display: block;
	margin: 0px 15px 0px 40px;
	color: rgba(255,255,255,.6);
}
.copy ul li a{
	color: rgba(255,255,255,.6);
}
.copy ul li .totop{
	background: #333333 url(../images/top.png) center no-repeat;
	background-size: 30% auto;
	color: #fff;
	width: 60px;
	cursor: pointer;
	height: 54px;
}
@media (max-width:992px) {
	.bottom{
		display:none;
	}
	.copy ul{
		flex-wrap:wrap;
		padding:10px 0px;
	}
	.copy ul li{
		line-height: 20px;
		width:100%;
		text-align:center;
		justify-content:space-between;
	}
	.copy ul li>span{
		margin: 0px;
	}
	.copy ul li a{
		color: rgba(255,255,255,.6);
	}
}
.share{
	background-color: #3a3941;
	height: 56px;
	color: #fff;
}
.share dl{
	float: left;
}
.share dt{
	font-weight: normal;
	line-height: 56px;
	font-size: 1.7rem;
	float: left;
	margin-right: 20px;
}
.share dd{
	float: left;
	padding-top: 13px;
	margin-right: 15px;
}
.share dd a{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
.share dd:nth-child(2) a{
	background-image: url(../images/wb.png);
}
.share dd:nth-child(3) a{
	background-image: url(../images/qq.png);
	background-size: 40% auto;
}
.share dd:nth-child(4) a{
	background-image: url(../images/wx.png);
}
.share a.email{
	float: right;
	width: 40%;
	height: 56px;
	background: #004a98 url(../images/sxsj.png) right 35px center no-repeat;
	padding: 0px 15px;
	line-height: 56px;
}
.share a.email p{
	color: #fff;
	font-size: 1.5rem;
	background: url(../images/xf.png) 0px center no-repeat;
	padding-left: 30px;
}
@media (max-width:1280px) {
	.share dt{
		font-size: 1.5rem;
	}
	.share a.email p{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.share dt{
		display:none;
	}
	.share a.email{
		background: #004a98 url(../images/sxsj.png) right 15px center no-repeat;
		width: 50%;
	}
	.share a.email p{
		font-size: 1.2rem;
	}
}
.ibanner{
	width:100%;
	overflow:hidden;
}
.ibanner img{
    width:100%;
}
.iabout{
	padding: 80px 0px 0px;
}
.iabout .iabtext>big{
	display: block;
	color: #a9afb5;
	font-size: 3.7rem;
	font-family:Fontthree;
	line-height: 40px;
}
.iabout .iabtext>span{
	display: block;
	color: #004a98;
	font-size: 2.0rem;
	line-height: 23px;
}
.iabout .iabtext>span:after{
	content: "";
	display: block;
	height: 1px;
	width: 25px;
	background: #a9afb5;
	margin: 15px 0px;
}
.iabout .iabtext>section{
	color: #5d6368;
	font-size: 1.5rem;
	line-height: 29px;
}
.iabout .iabtext>section img{
	max-width:100%;
	height:auto;
}
.iabout .iabtext>section i{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	max-width:40%;
}
.iabout .iabtext>section p{
	margin-bottom: 10px;
}
.iabcont{
	color: #5d6368;
	font-size: 1.5rem;
	line-height: 29px;
	padding: 50px 0px;
}
.iabcont img{
	max-width:100%;
	height:auto;
}
@media (max-width:1280px) {
	.iabout{
		padding: 40px 0px 0px;
	}
	.iabout .iabtext>span{
		font-size: 1.6rem;
		line-height: 20px;
	}
	.iabout .iabtext>span:after{
		margin: 10px 0px;
	}
	.iabout .iabtext>section{
		font-size: 1.4rem;
		line-height: 26px;
	}
	.iabcont{
		font-size: 1.4rem;
		line-height: 26px;
		padding: 40px 0px;
	}
}
@media (max-width:992px) {
	.iabout{
		padding: 20px 0px 0px;
	}
	.iabout .iabtext>section{
		font-size: 1.3rem;
		line-height: 22px;
	}
	.iabout .iabtext>section i{
		margin-left:5px;
		margin-bottom:0px;
		max-width:45%;
	}
	.iabcont{
		font-size: 1.3rem;
		line-height: 22px;
		padding: 20px 0px;
	}
}
.shuju{
	background: url(../images/sjimg.jpg) center no-repeat;
	background-size: cover;
	padding: 100px 0px;
	margin: 40px 0px;
}
.shuju ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0px 16%;
}
.shuju ul li{
	text-align: center;
	color: #004a98;
}
.shuju ul li big{
	display: block;
	font-size: 3.2rem;
	font-family:MaisonNeue-Medium;
	line-height: 46px;
	text-shadow: 0px 2px 2px #ffffff,0px -2px 2px #ffffff,2px 0px 2px #ffffff,-2px 0px 2px #ffffff;
}
.shuju ul li span{
	display: block;
	font-size: 1.6rem;
	line-height: 33px;
}
@media (max-width:1280px) {
	.shuju{
		padding: 80px 0px;
		margin: 20px 0px 40px;
	}
	.shuju ul li big{
		font-size: 2.4rem;
	}
}
@media (max-width:992px) {
	.shuju{
		padding: 50px 0px;
		margin: 20px 0px;
	}
	.shuju ul{
		flex-wrap:wrap;
		padding: 0px 5%;
	}
	.shuju ul li{
		padding:10px 0px;
		width:100%;
	}
	.shuju ul li big{
		font-size: 2.2rem;
		line-height: 26px;
	}
	.shuju ul li span{
		display: block;
		font-size: 1.4rem;
		line-height: 23px;
	}
}
.lanmu{
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}
.lanmu ul li{
	float: left;
	margin-right: 60px;
}
.lanmu ul li:last-child{
	margin-right: 0;
}
.lanmu li a{
	display: block;
	line-height: 70px;
	color: #666;
	font-size: 1.6rem;
	padding-bottom: 3px;
	position: relative;
	padding: 0px 5px;
}
.lanmu li a:after{
	content: "";
	position: absolute;
	height: 3px;
	width: 0;
	left: 50%;
	bottom: 0;
	background-color: #004a98;
	transition: .3s;
}
.lanmu li.cur a:after,.lanmu li:hover a:after{
	width: 100%;
	left: 0;
}
@media (max-width:1280px) {
	.lanmu ul li{
		margin-right: 40px;
	}
	.lanmu li a{
		line-height: 60px;
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.lanmu{
		box-shadow: 0px 0px 5px rgba(0,0,0,.2);
	}
	.lanmu ul li{
		margin-right: 20px;
	}
	.lanmu li a{
		line-height: 44px;
		font-size: 1.3rem;
	}
}
.inews{
	padding:60px 0px;
}
.inews dl dd a{
	display: block;
	background: #fff;
}
.inews dl dd a img{
	width: 100%;
}
.inews dl dd a section{
	padding: 20px 25px;
}
.inews dl dd a section big{
	display: block;
	color: #37383a;
	font-size: 1.8rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}
.inews dl dd a section span{
	display: block;
	color: #004a98;
	font-size: 1.2rem;
	line-height: 30px;
	margin: 5px 0px 0px;
}
.inews dl dd a:hover{
	background: #004a98;
}
.inews dl dd a:hover section big,.inews dl dd a:hover section span{
	color: #fff;
}
@media (max-width:1280px) {
	.inews{
		padding:40px 0px;
	}
	.inews dl dd a section{
		padding: 10px 15px;
	}
	.inews dl dd a section big{
		font-size: 1.5rem;
		line-height: 28px;
	}
	.inews dl dd a section span{
		margin: 0px 0px 0px;
	}
}
@media (max-width:992px) {
	.inews{
		padding:20px 0px;
	}
	.inews dl dd{
		margin-bottom:10px;
	}
	.inews dl dd a section{
		padding: 10px;
	}
	.inews dl dd a section big{
		font-size: 1.4rem;
		line-height: 20px;
	}
	.inews dl dd a section span{
		font-size: 1.2rem;
		line-height: 20px;
		margin: 2px 0px 0px;
	}
}
.inews ul{
	margin: 20px 0px 0px;
	padding-bottom: 10px;
}
.inews ul li{
	margin-bottom: 20px;
	background: #fff;
}
.inews ul li a{
	display: block;
	border: 2px rgba(0,0,0,.1) solid;
	padding: 20px 5% 20px 0px;
}
.inews ul li a:after{
	content: "";
	display: block;
	clear: both;
}
.inews ul li a .time{
	float: left;
	text-align: center;
	width: 14%;
}
.inews ul li a section{
	float: right;
	width: 86%;
}
.inews ul li a .time big{
	display: block;
	color: #3f3f3f;
	font-family: arial;
	font-size: 4.6rem;
	line-height: 46px;
}
.inews ul li a .time small{
	display: block;
	color: #3f3f3f;
	font-size: 1.6rem;
	font-family: arial;
	line-height: 20px;
}
.inews ul li a section h3{
	color: #000;
	font-size: 1.6rem;
	line-height: 18px;
}
.inews ul li a:hover .time big,.inews ul li:hover a .time small,.inews ul li a:hover section h3{
	color: #004a98;
}
.inews ul li a section span{
	display: block;
	color: #808080;
	font-size: 1.4rem;
	line-height: 22px;
	margin: 10px 0px 15px;
}
.inews ul li a section i{
	display: block;
	font-style: normal;
	color: #bba880;
	font-size: 1.4rem;
	line-height: 20px;
}
.inews ul li a:hover{
	border: 2px #004a98 solid;
}
@media (max-width:1280px) {
	.inews ul li{
		margin-bottom: 10px;
	}
	.inews ul li a{
		padding: 15px 5% 15px 0px;
	}
	.inews ul li a .time big{
		font-size: 3.6rem;
		line-height: 36px;
	}
	.inews ul li a .time small{
		font-size: 1.4rem;
	}
	.inews ul li a section span{
		margin: 5px 0px 5px;
	}
}
@media (max-width:992px) {
	.inews ul{
		margin: 10px 0px 0px;
	}
	.inews ul li{
		margin-bottom: 10px;
	}
	.inews ul li a{
		padding: 10px;
	}
	.inews ul li a .time{
		display:none;
	}
	.inews ul li a section{
		width: 100%;
	}
	.inews ul li a section h3{
		font-size: 1.4rem;
		line-height: 18px;
	}
	.inews ul li a section span{
		font-size: 1.2rem;
		line-height: 20px;
		margin: 5px 0px;
	}
	.inews ul li a section i{
		font-size: 1.2rem;
	}
}
.page-list{
	border-top: 1px rgba(0,0,0,.1) solid;
}
.page-list big{
	float: right;
	padding: 30px 0px 0px;
}
.page-list a{
	display: block;
	line-height: 34px;
	padding: 0px 15px;
	float: left;
	color:#808080;
	font-size: 1.4rem;
	font-family: arial;
	margin-left: 15px;
	border-radius: 2px;
	border: 1px rgba(0,0,0,.1) solid;
	transition: .3s;
}
.page-list a:hover,.page-list a.hover{
	color: #fff;
	background: #004a98;
	border: 1px #004a98 solid;
}
@media (max-width:992px) {
	.page-list big{
		padding: 20px 0px 0px;
	}
	.page-list a{
		line-height: 28px;
		padding: 0px 10px;
		font-size: 1.2rem;
		margin-left: 5px;
	}
}
.inewsd{
	padding:60px 0px;
}
.instt{
	font-size:2.0rem;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	line-height:30px;
	color:#444;
	font-size: 1.6rem;
	margin:20px 0px 0px;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
@media (max-width:1280px) {
	.inewsd{
		padding:40px 0px;
	}
	.instt{
		font-size:1.6rem;
		margin:0px 0px 5px;
	}
	.insct{
		line-height:22px;
		font-size: 1.4rem;
		margin:10px 0px 0px;
	}
}
@media (max-width:992px) {
	.inewsd{
		padding:20px 0px;
	}
	.instt{
		font-size:1.6rem;
		line-height:16px;
		margin:0px 0px 5px;
	}
	.insct{
		line-height:22px;
		font-size: 1.3rem;
		margin:10px 0px 0px;
		min-height:150px;
	}
	.instm span{
		line-height:20px;
		margin:0px 10px;
		font-size:1.2rem;
	}
	.instm span i{
		line-height:22px;
	}
}
.fanye{
	padding: 30px 0;
}
.fanye a{
	display: block;
	width: 47%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	color: #666;
	font-size: 1.6rem;
}
.fanye a:last-child{
	text-align: right;
	float: right;
}
@media (max-width:1280px) {
	.fanye a{
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.fanye{
		padding: 15px 0;
	}
	.fanye a{
		width:100%;
		line-height: 24px;
		font-size: 1.2rem;
	}
	.fanye a:last-child{
		text-align: left;
	}
}
.huise{
	background-color: rgba(0,0,0,.04);
}
.iproduct{
	padding: 50px 0px 100px;
}
.iproduct ul li{
	margin-bottom: 30px;
}
.iproduct ul li a{
	display: block;
	color: #000;
	background-color: #fff;
	transition: .3s;
}
.iproduct ul li a small{
	display: block;
	padding: 5px 5px 0px;
}
.iproduct ul li img{
	width: 100%;
}
.icase ul li img{
	width: 100%;
	border: 1px rgba(0,0,0,.06) solid;
	padding: 5px;
}
.iproduct ul li a span{
	display: block;
	line-height: 70px;
	font-size: 1.6rem;
	margin: 0px 20px;
}
.iproduct ul li a:hover{
	background-color: #004a98;
	color: #fff;
}
.ipd-ct{
	padding:50px 0px;
}
.ipd-ct .title{
	font-size:3.2rem;
	background:#464646;
	color:#fff;
	padding:25px 0px;
	text-align:center;
}
.ipd-ct .ipd-left ul li{
	margin-top:1px;
}
.ipd-ct .ipd-left ul li>a{
	display:block;
	background:#ebebeb;
	font-size:1.6rem;
	color:rgba(0,0,0,.6);
	line-height:20px;
	padding:16px 0px 16px 25px;
}
.ipd-ct .ipd-left ul li:hover>a,.ipd-ct .ipd-left ul li.cur>a{
	background:#004a98;
	color:#fff;
	transition:.3s;
}
@media (max-width:1280px) {
	.ipd-ct .title{
		font-size:2.2rem;
		padding:20px 0px;
	}
	.ipd-ct .ipd-left ul li>a{
		font-size:1.4rem;
		padding:13px 0px 13px 20px;
	}
}
@media (max-width:992px) {
	.ipd-ct{
		padding:15px 0px;
	}
	.ipd-ct .title{
		display:none;
	}
	.ipd-ct .ipd-left ul{
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.ipd-ct .ipd-left ul li{
		width:49%;
		margin-bottom:6px;
	}
	.ipd-ct .ipd-left ul li>a{
		font-size:1.3rem;
		line-height:24px;
		padding: 5px;
		text-align:center;
	}
}
.ipd-ct .ipd-right .weizhi{
	display:flex;
	justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
	padding:10px 0px;
}
.ipd-ct .ipd-right .weizhi>span{
	font-size:2.0rem;
	line-height:36px;
	color:rgba(0,0,0,.75);
}
.ipd-ct .ipd-right .weizhi form{
	border:2px rgba(0,0,0,.1) solid;
	display:flex;
	background:#fff;
}
.ipd-ct .ipd-right .weizhi form input{
	line-height:36px;
	border:0;
	padding-left:10px;
	width:320px;
	outline:none;
	color:rgba(0,0,0,.4);
}
.ipd-ct .ipd-right .weizhi form button{
	height:36px;
	border:0;
	background:url(../images/fdjh.png) center no-repeat;
	width:35px;
	margin:0;
}
@media (max-width:1280px) {
	.ipd-ct .ipd-right .weizhi>span{
		font-size:1.6rem;
	}
}
@media (max-width:992px) {
	.ipd-ct .ipd-right .weizhi{
		display:none;
	}
}
.ipd-ct .ipd-right ul{
    margin:30px 0px 0px;
}
.ipd-ct .ipd-right ul li{
	display:block;
	text-align:center;
	margin-bottom:30px;
}
@media (max-width:1280px) {
	.ipd-ct .ipd-right ul .row{
		margin-right:-7px;
		margin-left:-7px;
	}
	.ipd-ct .ipd-right ul li{
		margin-bottom:15px;
		padding:0px 7px;
	}
}
@media (max-width:992px) {
	.ipd-ct .ipd-right ul .row{
		margin-right:-3px;
		margin-left:-3px;
	}
	.ipd-ct .ipd-right ul li{
		margin-bottom:6px;
		padding:0px 3px;
	}
}
.ipd-ct .ipd-right ul li a{
	display:block;
	text-align:center;
	position:relative;
	border:2px rgba(0,0,0,.1) solid;
	padding:1px;
	transition:.3s;
}
.ipd-ct .ipd-right ul li a:hover{
	border:2px #004a98 solid;
}
.ipd-ct .ipd-right ul li img{
	width:100%;
}
.ipd-ct .ipd-right ul li a section{
	display:block;
	color:#000;
	font-weight:normal;
	font-size:1.4rem;
	padding:10px 0px 25px;
	background:#fff;
}
.ipd-ct .ipd-right ul li a section span{
	font-family:Arial;
	color:#fff;
	display:block;
	width:60%;
	font-size:1.2rem;
	line-height:32px;
	background:#4d4f51;
	margin:0 auto;
}
.ipd-ct .ipd-right ul li a:hover section span{
	background:#004a98;
	transition:background .3s;
	color:#fff;
}
.ipd-ct .ipd-right ul li a section p{
	display:block;
	font-family:Fontthree;
	font-size:1.4rem;
	margin:10px 0px 15px;
}
@media (max-width:992px) {
	.ipd-ct .ipd-right ul{
		padding-bottom:15px;
		margin-top:5px;
	}
	.ipd-ct .ipd-right ul li a{
		border:1px rgba(0,0,0,.1) solid;
	}
	.ipd-ct .ipd-right ul li a:hover{
		border:1px #004a98 solid;
	}
	.ipd-ct .ipd-right ul li a section{
		font-size:1.3rem;
		padding:5px 0px 15px;
	}
	.ipd-ct .ipd-right ul li a section span{
		font-size:1.2rem;
		line-height:20px;
	}
	.ipd-ct .ipd-right ul li a section p{
		font-size:1.2rem;
		margin:5px 0px 10px;
		text-overflow:ellipsis;
		overflow:hidden;
		white-space:nowrap;
	}
}
.ipdct-ct{
	padding:30px 0px;
}
.ipdct-ct .ipctl span{
	display:block;
	border:2px rgba(0,0,0,.1) solid;
	padding:2px;
}
.ipdct-ct .ipctl img{
	width:100%;
}
.ipdct-ct .ipctr h3{
	font-size:1.8rem;
	font-weight:bold;
	padding:10px 0px 15px;
	border-bottom:2px rgba(0,0,0,.1) solid;
}
.ipdct-ct .ipctr section{
	display:block;
	font-size:1.4rem;
	line-height:26px;
	margin:15px 0px 0px;
	color:rgba(0,0,0,.6);
}
.ipdct-ct>h2{
	display:block;
	border-bottom:2px rgba(0,0,0,.1) solid;
	font-size:2.0rem;
	color:rgba(0,0,0,.6);
	font-weight:bold;
	margin:20px 0px 15px;
	padding-bottom:10px;
}
.ipdct-ct .ipdct-content{
	font-size:1.4rem;
	line-height:26px;
	color:rgba(0,0,0,.8);
}
@media (max-width:1280px) {
	.ipdct-ct .ipctr h3{
		font-size:1.4rem;
		padding:10px 0px 10px;
	}
	.ipdct-ct .ipctr section{
		line-height:22px;
		margin:10px 0px 0px;
	}
	.ipdct-ct>h2{
		font-size:1.6rem;
	}
}
@media (max-width:992px) {
	.ipdct-ct{
		padding:10px 0px;
	}
	.ipdct-ct .ipctl span{
		border:1px rgba(0,0,0,.1) solid;
		padding:1px;
	}
	.ipdct-ct .ipctr h3{
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.ipdct-ct>h2{
		font-size:1.4rem;
		border-bottom:1px rgba(0,0,0,.1) solid;
	}
	.ipdct-ct .ipctr section{
		line-height:22px;
		margin:10px 0px;
	}
}
.ihonor{
	padding:50px 0px;
}
.ihonor ul li a{
	display: block;
	background: #fff;
	margin-bottom: 30px;
	text-align: center;
	transition: .3s;
	text-decoration: none;
	color: #3d3d42;
}
.ihonor ul li a img{
	width: 100%;
}
.ihonor ul li a:hover{
	background: #004a98;
	color: #fff;
}
.ihonor ul li a span{
	display: block;
	border-top: 1px rgba(0,0,0,.1) solid;
	font-size: 1.6rem;
	line-height: 66px;
}
@media (max-width:1280px) {
	.ihonor ul li a span{
		font-size: 1.4rem;
		line-height: 46px;
	}
}
@media (max-width:992px) {
	.ihonor{
		padding:15px 0px;
	}
	.ihonor ul li a span{
		font-size: 1.4rem;
		line-height: 36px;
	}
}
.picshade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.91;
	filter: alpha(opacity=91);
	z-index: 99999;
	display: none;
}
.pictures_eyes_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/close.png) no-repeat;
	z-index: 100000;
	display: none;
}
.pictures_eyes {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 199999;
	display: none;
}
.pictures_eyes_in {
	position: relative;
	text-align: center;
}
.pictures_eyes_in img { 
	max-height: 600px; 
}
@media (max-width:992px) {
	.pictures_eyes_in img { 
		max-width: 95%; 
	}
}
.pictures_eyes_in section p{
	color:#fff;
	padding:15px 0px 20px;
	font-weight:bold;
	font-size:1.6rem;
}
.pictures_eyes_in section span{
	color:#fff;
	max-width:70%;
	margin:20px auto;
	display:block;
}
.pictures_eyes_in .prevv, .pictures_eyes_in .nextt {
	position: absolute;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}
.pictures_eyes_in .prevv {
	left: 35px;
	background: url(../images/Tleft.png) no-repeat;
}
.pictures_eyes_in .nextt {
	right: 35px;
	background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299999;
}
.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
	background: #fff;
}
.pictures_eyes_indicators img {
	max-width: 100%;
}
.pictures_eyes_indicators .current {
	filter: alpha(opacity=100);
	opacity: 1;
}
/* 瀑布流 */ 
#gallery-wrapper {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin:0 auto;
}
img.thumb {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.white-panel {
	position: absolute;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
@media (max-width:992px) {
	.white-panel {
		position: static;
		width:100%;
		margin-bottom:15px;
	}
}
.white-panel h1 {
	font-size: 1em;
}
.white-panel h1 a {
	color: #A92733;
}
.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}  
.dianzan {
	position:relative;
	height:50px;
	line-height:50px;
	padding-left:40px;
	color:#FFFFFF;
	background-color:rgba(0,0,0,0.34);
	margin-top:-50px;
	display:none;
	z-index:1;
}
.dianzan a {
	color:#FFFFFF;
}
.white-panel:hover .dianzan {
	display:block;
}
.dzyy {
	width:70px;
	height:70px;
	position:relative;
	padding-left:6px;
	padding-top:6px;
	background:url(../images/aixx.png); background-repeat:no-repeat;
	float:right;
	z-index:999;
}
.dzyy:hover {
	background:url(../images/aixx2.png); background-repeat:no-repeat;
}  
.dzttw {
	margin-top:-70px;
	position:relative;
} 
.moreload {
	height: auto;
	overflow: hidden;
	margin-top:8px;
	margin-bottom:20px;
}  
.load {
	height: auto;
	overflow: hidden;
	margin: 15px auto 0px;
}    
.morex {
	text-align: center;
	color: #666666;
	cursor: pointer;
}
.moreload ul li {
	list-style-type:none;
} 
.moreload ul li a {
	margin-bottom:0px;
}
.icontact{
	background:#fff;
	margin:50px 0px 0;
}
.icontact .icolet{
	float:left;
	width:50%;
	background:#004a98;
}
.icontact .icorit{
	float:right;
	width:50%;
}
.icontact .icolet section{
	padding:40px;
	color:#fff;
	position: relative;
}
.icontact .icolet big img{
	width:100%;
}
.icontact .icolet section h2{
	font-size:3.0rem;
	line-height:40px;
}
.icontact .icolet section>i{
	display: block;
	max-width: 140px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.icontact .icolet section>i img{
	max-width:100%;
	height:auto;
}
.icontact .icolet section h3{
	font-size:2.0rem;
	padding:15px 0px 25px;
	line-height:30px;
	border-bottom:1px rgba(255,255,255,.5) solid;
}
.icontact .icolet section>span{
	display:block;
	font-size:1.6rem;
	margin:20px 10px 0px;
	line-height:40px;
}
.icontact .icolet section span table tr td:first-child{
	display:flex;
	padding:11px 10px 0px 0px;
}
@media (max-width:1280px) {
	.icontact .icolet section{
		padding:25px;
	}
	.icontact .icolet section h2{
		font-size:2.0rem;
		line-height:30px;
	}
	.icontact .icolet section>i{
		max-width: 100px;
		right: 25px;
		bottom: 25px;
	}
	.icontact .icolet section>i img{
		max-width:100%;
		
	}
	.icontact .icolet section h3{
		font-size:1.6rem;
		padding:10px 0px 20px;
	}
	.icontact .icolet section>span{
		font-size:1.4rem;
		margin:15px 0px 0px;
		line-height:30px;
	}
}
@media (max-width:992px) {
	.icontact{
		margin:15px 0px 0;
	}
	.icontact .icolet{
		width:100%;
	}
	.icontact .icorit{
		width:100%;
	}
	.icontact .icolet section{
		padding:15px;
	}
	.icontact .icolet section h2{
		font-size:1.6rem;
	}
	.icontact .icolet section h3{
		font-size:1.4rem;
		padding:0px 0px 10px;
	}
	.icontact .icolet section>i{
		max-width: 60px;
		right: 15px;
		bottom: 15px;
	}
}
.icorit form{
	padding:40px;
}
.icorit form h2{
	color:#333333;
	font-size:2.2rem;
	line-height:36px;
}
.icorit form h3{
	font-size:3.0rem;
	color:#333333;
	line-height:71px;
	margin:0px 0px 20px;
}
.icorit form span{
	display:block;
	margin-bottom:15px;
}
.icorit form span p{
	line-height:30px;
	font-size:1.8rem;
	color:#3f3f3f;
	position:relative;
}
.icorit form span p:after{
	content:"*";
	color:#f00;
	margin:0px 0px 0px 8px;
}
.icorit form span input{
	width:100%;
	border:0;
	border-bottom:1px rgba(0,0,0,.15) solid;
	line-height:20px;
	outline:none;
	padding:10px 0px;
}
.icorit form span textarea{
	width:100%;
	border:0;
	border-bottom:1px rgba(0,0,0,.15) solid;
	line-height:20px;
	outline:none;
	padding:10px 0px;
	resize:none;
}
.icorit form section:after{
	content:"";
	display:block;
	clear:both;
}
.icorit form section span:first-child{
	float:left;
	width:48%;
}
.icorit form section span:last-child{
	float:right;
	width:48%;
}
.icorit form button{
	width:100%;
	color:#fff;
	background:#004a98;
	font-size:1.7rem;
	border:0;
	line-height:70px;
	margin:8% 0px 0px;
	transition:.3s;
}
.icorit form button:hover{
	background:#f68603;
}
@media (max-width:1280px) {
	.icorit form{
		padding:25px;
	}
	.icorit form h2{
		font-size:1.8rem;
		line-height:30px;
	}
	.icorit form h3{
		font-size:2.2rem;
		line-height:51px;
		margin:0px 0px 15px;
	}
	.icorit form span{
		margin-bottom:10px;
	}
	.icorit form span p{
		font-size:1.4rem;
	}
	.icorit form span input{
		padding:0px 0px 10px;
	}
	.icorit form span textarea{
		max-height:200px;
	}
	.icorit form button{
		width:100%;
		font-size:1.4rem;
		line-height:50px;
		margin:15px 0px 0px;
	}
}
@media (max-width:992px) {
	.icorit form{
		padding:15px;
	}
	.icorit form h2{
		font-size:1.6rem;
	}
	.icorit form h3{
		font-size:1.8rem;
		line-height:41px;
		margin:0px 0px 10px;
	}
	.icorit form span textarea{
		max-height:100px;
	}
}
.map{
	border:13px #fff solid;
	padding:10px;
	margin-bottom:70px;
}
.map #container{
	width:100%; 
	height:450px;
}
.dibu{
	position: fixed;
	width: 100%;
	display:none;
	left: 0;
	z-index: 89;
	bottom: 0;
	background: #000 url(../images/btbg.jpg) center no-repeat;
	background-size: cover;
}
.dibu ul{
	display: flex;
	display: -webkit-flex;
}
.dibu ul li{
	width: 25%;
}
.dibu ul li a{
	display: block;
	text-align: center;
	padding: 6px 0 3px;
	color: #fff;
}
.dibu ul li a i{
	display: block;
}
.dibu ul li a i img{
	height: 17px;
}
.dibu ul li a p{
	font-size: 1.3rem;
	font-family:MaisonNeue-Medium;
	margin: 2px 0px 0px;
	line-height: 20px;
}
.b-height{
	display:none;
	height: 48px;
}
@media (max-width:992px) {
	.dibu{
		display:block;
	}
	.map{
		border:3px #fff solid;
		padding:5px;
		margin-bottom:20px;
	}
	.b-height{
		display:block;
	}
}
.jqzzoom{
	position:relative;
}
.jqzoom{
	position:relative;
	overflow:hidden;
	height:auto;
	border:1px #ddd solid;
}
.zoomdiv{
	float:left;
	top:0 !important;
	left:101% !important;
	border:2px solid #e4e4e4;
	display:none;
	text-align:center;
	overflow: hidden;
	position:absolute;
	z-index:999;
	background-color:#fff;
}
.bigimg{
	width:1000px !important;
	max-width:1000px !important;
	height:auto;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:150px !important;
	height:150px !important;
	border:1px solid rgba(0,0,0,.2);
	background:#fff 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}
.ipdct-ct .ipdimg{
	position:relative;
	padding:0px 25px;
	margin-top:10px;
}
.ipdct-ct #ipdimg{
	position:static;
}
.ipdct-ct #ipdimg .swiper-slide span{
	display:block;
	border:2px rgba(0,0,0,.1) solid;
	cursor:pointer;
}
.ipdct-ct #ipdimg .swiper-slide span.hover{
	border:2px #fe6600 solid;
}
.ipdct-ct #ipdimg .swiper-button-next{
	right:0;
	top:0;
	background:#3063a8 url(../images/pdyjt.png) center no-repeat;
	width:20px;
	height:100%;
	margin-top:0;
}
.ipdct-ct #ipdimg .swiper-button-prev{
	left:0;
	top:0;
	background:#3063a8 url(../images/pdzjt.png) center no-repeat;
	width:20px;
	height:100%;
	margin-top:0;
}