section.container{
	margin: 50px auto 60px;
    min-height: 100px;
}

section.container ul.pic-list{
	overflow: hidden;
}
section.container ul.pic-list li{
	width: 620px;
	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: 620px;
	height: 400px;
}
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;
}
section.container ul.pic-list li a:after{
	content:'';
	display: block;
	position:absolute;
	left:0;
	right:0;
	top:360px;
	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;
}
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.arc-topinfo{
	overflow: hidden;
}
/* div.arc-topinfo div.thumb{
	width: 400px;
	height: 400px;
	float: left;
} */
div.arc-topinfo div.gallery{
	width:620px;
	float: left;
	overflow: hidden;
}
div.arc-topinfo div.gallery div.big-pic,
div.arc-topinfo div.gallery div.big-pic ul li{
	width: 620px;
	height: 409px;
	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: 100px;
	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: 100px;
	line-height: 100px;
	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: 545px;
	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: 130px;
	height: 90px;
}
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: 620px;
    height: 490px;
    background: #f2f2f2 no-repeat center / cover;
    position: relative;
    overflow: hidden;
    float: left;
}


div.arc-topinfo  div.right-info{
	float: right;
	width: 640px;
}
div.arc-topinfo  div.right-info h1{
	font-size: 26px;
	line-height: 1.4;
}
div.arc-topinfo  div.right-info div.prodot{
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.8;
}
div.arc-topinfo  div.right-info div.prodot span{
	background: url(../images/prodot.png) left center no-repeat;
	display: inline-block;
	font-size: 14px;
    padding-left: 23px;
    padding-right: 43px;
}


div.arc-topinfo  div.right-info div.desc{
	margin-top: 40px;
	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: 120px;
	background: #ff0000;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	float: left;
	margin-left: 140px;
}
div.arc-topinfo  div.right-info div.tel-wrapper a.lyan{
	display: block;
	height: 42px;
	line-height: 42px;
	width: 120px;
	background: #064893;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	float: right;

}


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;
	padding: 0 0 7px;
	border-bottom: 2px solid #e2e2e2;

}
section.container h3.sub-title b{
	position: relative;
}
section.container h3.sub-title b:after{
	content:'';
	display: block;
	height: 2px;
	background: #064893;
	position:absolute;
	left:0;
	bottom:-7px;
	right: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: 40px 0;
}
div.content-wrapper > div.art_anli{
	position:relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.8;
	color: #555;
	margin: 40px 0;
}
div.content-wrapper > div.art_anli > ul{
	width: 100%;
	display: block;
	height: auto;
}

div.content-wrapper > div.art_anli > ul > li{
	width: 450px;
	padding-left: 20px;
	float: left;
	height: 30px;
	line-height: 30px;
	background: url(../images/art_anlibg.png) no-repeat left center;
}

div.content-wrapper > div.content *{
	max-width: 100% !important;
}
div.content-wrapper div.content > p > img{ display:block;}



div.content-wrapper > div.art_ly > div.msgBox .layui-input{
	width:46.5%;
	margin-right: 1.5%;
	display:block;
	border:1px solid #ccc;
	line-height: 40px;
	height:40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0 5px;
	outline:none;
	float: left;
}
div.content-wrapper > div.art_ly > div.msgBox .layui-input2{
	width:96%;
	display:block;
	border:1px solid #ccc;
	line-height: 40px;
	height:40px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0 5px;
	outline:none;
	float: left;
}
div.content-wrapper > div.art_ly > div.msgBox .layui-textarea{
	width:96%;
	display:block;
	border:1px solid #ccc;
	height: 120px;
	margin-bottom: 10px;
	padding:5px;
	outline:none;
}
div.content-wrapper > div.art_ly > div.msgBox .layui-btn{
	width: 60px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	background-color:#064893;
	border-radius:5px;
	color: #fff;
	outline:none;
}


.layui-m-layermain {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.layui-m-layermain {
    display: table;
    font-family: Helvetica, arial, sans-serif;
    pointer-events: none
}

.layui-m-layermain .layui-m-layersection {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

body .layui-m-layer .layui-m-layer-msg {
    width: auto;
    max-width: 90%;
    height: 20px;
    padding-top: 10px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .7);
    color: #fff
}

.layui-m-layer-msg .layui-m-layercont {
    padding: .1rem .2rem
}


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;
}