@font-face {
    font-family: Minij;
    src: url('mini.svg');
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

a{
	text-decoration:none;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 15px;
    color: #333333;
	background-color: #fff;
}

.head {
	min-width: 1200px;
    background: url(../img/top.png) no-repeat top;
    background-size: 100% 747px;
    height: 747px;
    position: relative;
    text-align: center;
}

.main{
	min-width:1200px;
}

.cf{
	width: 1161px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.mr_frbox {
    height: 1150px;
    position: relative;
}
.mr_frUl {
    float: left;
    height: 290px;
    width: 1200px;
}

.mr_frUl ul li {
    font-size: 0;
    display: inline;
    float: left;
    width: 1160px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

.foot {
    height: 75px;
    min-width: 1200px;
    background: #356efb;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 75px;
}

ul.kpsp li {
    float: left;
    margin-left: 18px;
}

ul.kpsp li.first {
    margin-left: 0px;
}

.title {
    color: #015293;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-top: 30px;
}
img.mr_frBtnL.prev {
    cursor: pointer;
    display: block;
    float: left;
    height: 43px;
    margin: 80px 5px 0 0;
    width: 25px;
    position: absolute;
    top: 500px;
    left: -25px;
    z-index: 100;
}
img.mr_frBtnR.next {
    position: absolute;
    top: 600px;
    left: 1180px;
    z-index: 100;
}