@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: url(../img/jyp_03.png) no-repeat bottom;
	background-color: #fff;
}

.head {
	min-width: 1200px;
    background: url(../img/top.png) no-repeat top;
    background-size: 100% 460px;
    height: 460px;
    position: relative;
    text-align: center;
}

.main{
	min-width:1200px;
}

.cf{
	width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.mr_frbox {
    height: 290px;
}
.mr_frUl {
    float: left;
    height: 290px;
    width: 1200px;
}

.mr_frUl ul li {
    font-size: 0;
    display: inline;
    float: left;
    width: 380px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

.foot {
    height: 75px;
    min-width: 1200px;
    background: #d51e1e;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 75px;
}
