* {
    padding: 0;
    margin: 0;
}
.row{margin:0;}
body {
    font-family: "微软雅黑";
    background: #F6E9D9 url(../images/top.jpg) center top no-repeat;
}
.col-md-12{padding:0;margin:0;min-height:0;}
a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

ul {
    list-style: none;
}


.qqylmain{
	width: 1200px;
	min-width: 1200px;
	margin:400px auto 0;
	background:#F0D3C5;
}
.qqylrow{
	min-height: 10px;
	overflow: hidden;
	width: 100%;
	margin:0 auto;
    padding:45px 0;
}
.rollImg-multy {
    width: 1200px;
    height: 1500px;
    overflow: hidden;
    position: relative;
}

.rollImg-multy .hd {
    width: 0px;
    height: 0px;
}

.rollImg-multy .hd .prev,
.rollImg-multy .hd .next {
    position: absolute;
    display: block;
    width: 120px;
    height: 1500px;
    overflow: hidden;
    cursor: pointer;
}

.rollImg-multy .hd .prev {
    left: 0px;
    background: url(../images/arrow1.png) center center no-repeat;
}

.rollImg-multy .hd .next {
    right: 0px;
    background: url(../images/arrow2.png) center center no-repeat;
}

.rollImg-multy .hd ul {
    display: none;
    float: right;
    overflow: hidden;
    zoom: 1;
}

.rollImg-multy .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: #fff;
}

.rollImg-multy .hd ul li.on {
    background-position: 0 0;
    background: #ee6f12;
}

.rollImg-multy .bd {
    width: 765px;
    height: 1500px;
    margin: 0 auto;
    overflow: hidden;
}

.rollImg-multy .bd ul {
    overflow: hidden;
    zoom: 1;
}

.rollImg-multy .bd ul li {
    position: relative;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    width: 765px;
    height: 1500px;
    margin-right:15px;
    
}

.rollImg-multy .bd ul li .pic {
    width: 755px;
    height: 1500px;
 
}

.rollImg-multy .bd ul li img {
    width: 765px;
    height: 1500px;
}
#outerdiv{overflow:scroll;}
.qqylfoot{
    width: 100%;
    border-top: solid 5px #CF292D; 
    margin:45px auto 0;

}
.hszyfoot{
    width:1200px;
    min-width: 1200px;
    height: 80px;
    line-height: 80px;
    color:#000;
    font-size: 18px;
    text-align: center;
    margin:0 auto;
    

}