section.container{
	margin: 50px auto 60px;
    min-height: 100px;
}

section.container ul.pic-list{
	overflow: hidden;
}
section.container ul.pic-list li{
	width: 400px;
	margin: 0 10px 30px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
}
section.container ul.pic-list li a{
	display: block;
	position:relative;
	overflow: hidden;
}
section.container ul.pic-list li span.thumb{
	width: 400px;
	height: 280px;
}
section.container ul.pic-list li span.info{
	display: block;
	padding: 10px;
	color: #fff;
	position:absolute;
	left:0;
	bottom: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
section.container ul.pic-list li span.info *{
	display: none;
}
section.container ul.pic-list li span.info b{
	display: block;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: normal;
	font-size:16px;
	text-align:center;
	display:none;
}
section.container ul.pic-list li a:after{
	content:'';
	display: block;
	position:absolute;
	left:0;
	right:0;
	top:310px;
	bottom:0;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
section.container ul.pic-list li:hover a:after{
	top:0;
}
section.container ul.pic-list li:hover span.info{
	top:50%;
	bottom: initial;
	text-align: center;
	background: none;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
section.container ul.pic-list li:hover span.info b{
	font-size: 16px;
	display:block;
}
section.container ul.pic-list li:hover span.info small{
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	max-height: 60px;
	overflow: hidden;
	text-align:left;
}
section.container ul.pic-list li:hover span.info span.more{
	display: block;
    background: #f8e157;
    color: #333;
    width: 80px;
    line-height: 28px;
    margin: 15px auto 0;
    border-radius: 5px;
}


div.fengcai{}
div.fengcai ul{
    width: 1240px;
    margin: 0 auto;
    padding-top: 63px;
    min-height: 500px;
}
div.fengcai ul  li{
	width: 392px;
	margin-left: 28px;
	float: left;
	margin-bottom: 10px;
}
div.fengcai ul  li:nth-child(3n-2){
	margin-left: 0;
}
div.fengcai ul  li:hover img{
	transform: scale(1.1);
}

div.fengcai ul  li a{
	display: block;
	width: 100%;
	height:220px;
	border:1px solid #d6d6d6;
	overflow: hidden;
	padding: 2px;
}
div.fengcai ul  li img{
	width: 100%;
	transition: all 1s;
}

div.arc-topinfo{
	overflow: hidden;
}
/* div.arc-topinfo div.thumb{
	width: 400px;
	height: 400px;
	float: left;
} */
div.arc-topinfo div.gallery{
	width:500px;
	float: left;
	overflow: hidden;
}
div.arc-topinfo div.gallery div.big-pic,
div.arc-topinfo div.gallery div.big-pic ul li{
	width: 500px;
	height: 330px;
	overflow: hidden;
}
div.arc-topinfo div.gallery div.big-pic ul li div.thumb{
	width:100%;
	height: 100%;
}
div.arc-topinfo div.gallery div.thumb-wrapper{
	height: 80px;
	overflow: hidden;
	margin-top: 10px;
}
div.arc-topinfo div.gallery div.thumb-wrapper a.sprev,
div.arc-topinfo div.gallery div.thumb-wrapper a.snext{
	display: block;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 31px;
	font-size: 20px;
	font-family: 'simsun','宋体';
	float: left;
	background: #f2f2f2;
}
div.arc-topinfo div.gallery div.thumb-wrapper a.snext{
	float: right;
}
div.arc-topinfo div.gallery div.thumb-wrapper div.wrapper{
	float: left;
	width: 428px;
	margin:0 5px;
	overflow: hidden;
}
div.arc-topinfo div.gallery div.thumb-wrapper div.wrapper li{
	/*width: 107px;*/
	/*margin: 0 1px 0 0;*/
	position:relative;
	overflow: hidden;
	float: left;
	padding:3px;
	border:1px solid #f2f2f2;
	cursor: pointer;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
div.arc-topinfo div.gallery div.thumb-wrapper div.wrapper li div.thumb{
	width: 99px;
	height: 72px;
}
div.arc-topinfo div.gallery div.thumb-wrapper div.wrapper li:hover,
div.arc-topinfo div.gallery div.thumb-wrapper div.wrapper li.on{
	border-color: #f68100;
}
div.arc-topinfo  div.left-img{
	display: block;
    width: 500px;
    height: 400px;
    background: #f2f2f2 no-repeat center / cover;
    position: relative;
    overflow: hidden;
    float: left;
}


div.arc-topinfo  div.right-info{
	float: right;
	width: 740px;
}
div.arc-topinfo  div.right-info h1{
	font-size: 26px;
	line-height: 1.4;
}
div.arc-topinfo  div.right-info div.desc{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.8;
}
div.arc-topinfo  div.right-info div.pipe-line{
	height: 2px;
	background: #e2e2e2;
	margin: 60px auto 10px;
}
div.arc-topinfo  div.right-info div.tel-wrapper{
	margin-top: 60px;
	padding-left:50px;
	overflow: hidden;
	position:relative;
}
div.arc-topinfo  div.right-info div.tel-wrapper i{
	font-size: 24px;
	text-align: center;
	line-height: 42px;
	height: 42px;
	width:42px;
	position:absolute;
	left:0;
	top:0;
	background: #064893;
	color: #fff;
	border-radius: 50%;
}
div.arc-topinfo  div.right-info div.tel-wrapper span{
	display: block;
	font-size: 14px;
	line-height: 1;
}
div.arc-topinfo  div.right-info div.tel-wrapper span.num{
	font-size: 24px;
	font-weight: bold;
	color: #064893;
	margin-top: 4px;
}
div.arc-topinfo  div.right-info div.tel-wrapper a.consult{
	display: block;
	height: 42px;
	line-height: 42px;
	width: 180px;
	background: #064893;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}


section.container > div.container{
	overflow: hidden;
	margin-top: 40px;
}
section.container > div.container div.sidebar{
	width: 290px;
	overflow: hidden;
}
section.container > div.container div.container-main{
	width:940px;
}

section.container h3.sub-title{
	font-size: 20px;
	color: #444;
	overflow: hidden;
	margin:40px 0;
	/*border-bottom: 2px solid #e2e2e2;*/
	text-align:center;
	font-weight:normal;

}
section.container h3.sub-title span{
	position: relative;
	font-size:30px;
	background-color:#fff;
	padding:0 20px;
    	z-index: 1;
    	font-weight:normal;
}
section.container h3.sub-title:after{

    content: "";
    width: 100%;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: 0;
    top: 22px;
    z-index: 0;
}
}
section.container h3.sub-title i.iconfont{
	font-size: 18px;
	margin-right: 5px;
	color: #064893;
}
section.container h3.sub-title small{
	font-weight: normal;
	font-size: 16px;
	color: #ccc;
	margin-left: 20px;
}
div.content-wrapper > div.content{
	position:relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 40px;
}

div.content-wrapper > div.content > video.video-player{
	display: block;
	width: 100%;
}
div.content-wrapper > div.content *{
	max-width: 100% !important;
}
div.content-wrapper div.content > p > img{ display:block;}
section.container > div.container div.sidebar ul{
	overflow: hidden;
	margin-top: 30px;
}
section.container > div.container div.sidebar li.item{
	margin-bottom: 15px;
	position:relative;
	overflow: hidden;
}
section.container > div.container div.sidebar li.item a.thumb-fixed{
	width:100%;
}
section.container > div.container div.sidebar li.item:after{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position:absolute;
	left:0;
	top:160px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
section.container > div.container div.sidebar li.item a.info{
	display: block;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	position:absolute;
	width: 80%;
	left:10%;
	color: #fff;
	text-align: center;
	top:166px;
	z-index: 1;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
li.item a.info b,
li.item a.info span,
li.item a.info small{
	display: block;
	text-align: center;
}
li.item a.info b{
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	margin-bottom: 5px;
	font-weight: normal;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
li.item a.info span{
	font-size: 14px;
	max-height: 75px;
	overflow: hidden;
	margin-bottom: 5px;
}
li.item a.info small{
	display: inline-block;
	padding: 3px 10px;
    background: #f8e157;
    color: #333;
    border-radius: 5px;
}

section.container > div.container div.sidebar li.item:hover:after{
	top:0;
}
section.container > div.container div.sidebar li.item:hover a.info{
	top:50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
section.container > div.container div.sidebar li.item:hover a.info b{
	font-size: 16px;
}