#main {width:100%;}

.main_visual {width:100%;position:relative;}
#visualSlide li {width:100%;position:relative;}
#visualSlide li img {width:100%;}
.visual_con {width:100%;position:absolute;top:0;left:0;z-index:51;}
.visual_con img {width:100%;}
.visual_quick {width:60%;position:absolute;top:73%;left:20%;z-index:52;}
.visual_quick img {width:100%;}
.visual_quick .link1 {position:absolute;top:0;left:0;width:33.33%;height:100%;}
.visual_quick .link2 {position:absolute;top:0;left:33.33%;width:33.33%;height:100%;}
.visual_quick .link3 {position:absolute;top:0;left:66.66%;width:33.33%;height:100%;}
.main_visual .bx-pager {position:absolute;bottom:5%;z-index:51;width:100%;text-align:center;display:none;}
.main_visual .bx-pager .bx-pager-item {display:inline-block;margin:0 5px;}
.main_visual .bx-pager .bx-pager-item a {display:block;width:26px;height:6px;background:#fff;text-indent:999999999999px;font-size:0;}
.main_visual .bx-pager .bx-pager-item a.active {background:#3ba3b2;}
.main_visual .open {position:absolute;top:0;left:0;z-index:52;width:100%;}
.main_visual .open img {width:100%;}

.main_con {overflow:hidden;width:100%;}
.main_con ul li {float:left;width:50%;}
.main_con ul li img {width:100%;}

.main_roll {width:70%;position:relative;overflow:hidden;padding:0 15%;margin-bottom:8%;}
.main_roll ul li {float:left;}
.main_roll ul li img {width:100%;}
.main_roll .bx-default-pager {display:none;}
.main_roll .bx-controls-direction .bx-prev {position:absolute;top:50%;left:5%;background:url(../images/roll_left.png) no-repeat left;background-size:auto 100%;width:40px;height:40px;font-size:0;margin-top:-20px;}
.main_roll .bx-controls-direction .bx-next {position:absolute;top:50%;right:5%;background:url(../images/roll_right.png) no-repeat right;background-size:auto 100%;width:40px;height:40px;font-size:0;margin-top:-20px;}

.main_img {width:100%;overflow:hidden;position:fixed;bottom:0;z-index:500;max-width:720px;}
.main_img ul li:first-child {background:#fe5e00;}
.main_img ul li {float:left;width:50%;height:50px;text-align:center;background:#0b51a1;}
.main_img ul li a {display:inline-block;width:100%;height:100%;}
.main_img ul li img {height:100%;}

@media all and (max-width: 360px){
	.main_img ul li a {display:inline-block;width:100%;height:50px;line-height:50px;}
	.main_img ul li img {width:100%;height:auto;}
}