@charset "UTF-8";
.inbanner {
    width: 100%;
	margin:0 auto;
    clear: both;
	position: relative;
}
.inbanner img{width:100%;}
.cp_down {
    background-image: url('../img/down.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #26b48e;
	opacity: 0.7;
	width: /*5em*/4.5em;
    height: 4.5em;
	line-height: 4.5em;
	position: absolute;
    left: 50%;
	bottom: -2.5em;
	margin-left: -2.5em;
	padding: 0;
    /*border-radius: 3em 3em 0 0;
	border: solid 2px #e5e6e7;
	border-bottom: none;*/
	border-radius: 50%;
	border: solid 2px #26b48e;
	color: inherit;
	text-indent: -10em;
	overflow: hidden;
	display: inline-block;
	outline: 0;
	text-align: center;
	text-decoration: none;
	-moz-appearance: none;
	transition: all 0.2s ease-in-out;
}
.cp_div{width:100%; margin:0 auto; padding:6em 0;}
@media (max-width: 500px) {
	.cp_down{width:2.5em;height:2.5em;line-height:2.5em;bottom:-1.5em;margin-left:-1.5em;background-size:70%;}
	.cp_div{padding:3em 0;}
}
.cp_div .cp_div_con{border:1px solid #ccc;cursor:pointer;border-radius:3px;text-align:center;margin:10px 0;}
.cp_div .cp_div_con:hover{border:1px solid #019275;} 
.cp_div .cp_div_con img{max-width:100%;padding:0 10%;}
.cp_div .cp_div_con p{color:#666;text-align:center;margin:0;padding-bottom:10px;font-size:12px;}
.cp_div .cp_div_con:hover p{color:#019275;}
/* 弹窗详情 */
#overlay {
	position: absolute; top: 0px; left: 0px;
	z-index:99;   
	background-color:rgba(239,239,239,0.8);     
	opacity:0.8; -moz-opacity:0.8; 
	filter: alpha(opacity=80); 
}/* 半透明的遮罩层 */
#img_pop_box{
	position: absolute;
    top: 50px;
    left: 0;
    width:1100px;
	min-height:850px;
    display:none ;
	z-index: 999; 
}
@media screen and (max-width: 1250px) {#img_pop_box{max-width:100%;}}
@media screen and (max-width: 600px) {#img_pop_box{top:0px;}}
.popBox{width:100%;}
.popshadow {
    -moz-box-shadow: 1px 1px 20px 4px #afafaf;
    -webkit-box-shadow:1px 1px 20px 4px #afafaf;
    box-shadow:1px 1px 20px 4px #afafaf;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#afafaf')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#afafaf');
}
.closebtn{
	width:36px;
	height:36px;
	background:url(../img/close-n.png) no-repeat;
	cursor:pointer;
	float: right;
	margin-top: 10px;
	border-radius: 50%;
}
.closebtn:hover{opacity: 0.7;}
.cp_img_pop{
	position:relative;
	z-index:10;
	width:100%;
	color:black;
	display:none;
	border:1px solid #bbb;
	background:#FFFFFF;
	padding: 10px;
}
.cp_img_pop .title {
    max-width: 100%;
    height: 56px;
    line-height: 56px;
    border-bottom: 2px solid #1aaab3;
    font-size:24px;
	color:#666;
}
.popCon{text-align:center;display: table;width: 100%;}
.popRight{text-align: left;}
@media (min-width:768px){
.cp_img_pop .title {margin: 0 15px;}
.popLeft, .popRight{display: table-cell;vertical-align: middle;}
.popLeft{width:50%;}
.popRight{width:50%;padding:20px;}
}
.popLeft img{max-width:100%;}
.popRight h2 {
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1aaab3;
    padding-bottom: 15px;
}
.popRight h3 {
    font-size: 24px;
    color: #1aaab3;
    padding-bottom: 30px;
}
.popRight h4 {
    margin: 20px 0;
    font-size: 20px;
	color: #666;
	font-weight:bold;
}
.popRight img {
    margin-bottom: 15px;
	max-width:100%;
}
.popRight .line {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #1aaab3;
}
.popRight p {
    font-size: 14px;
    line-height: 2em;
	color:#666;
}
.popRight ul {
    list-style: none;
}
.popRight ul > li {
    list-style: none;
    position: relative;
    padding: 0 0 0 1em;
    line-height: 2em;
    text-align: left;
	color:#666;
}
.popRight ul > li::before {
    position: absolute;
    content: '›';
    font-family: Arial;
    color: #666;
    top: 0;
    left: 0;
    text-align: center;
    /*font-size: 2em;*/
}

.popBox .cp_img_pop{position:absolute;display:none;}
.popBox .cp_img_pop:first-child{display:block;}
.arrow{width:30px;height:60px;background-color:rgba(0,0,0,.2);position:absolute;top:50%;margin-top:-30px; z-index:99999;}
.prve{left:1px;}
.next{right:1px;}
.arrow span{display:block;width:10px;height:10px;border-bottom:2px solid #fff;border-left:2px solid #fff;}
.slider_left{margin:25px 0 0 10px;transform:rotate(45deg);}
.slider_right{margin:25px 0 0 5px;transform:rotate(-135deg);}
.arrow:hover{background:#444;}
#img_pop_box:hover .arrow{display:block;}

/* 弹窗详情/--end */