@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: "宋体", "微软雅黑";
    background-color: #f8f7fc;
}

ul,
li {
    list-style: none;
}

a:hover,
a:focus {
    color: #b70000;
    text-decoration: underline;
}

img {
    border: none;
}

.part1 {
    width: 100%;
    height: 552px;
    background: url(images/bg_01.jpg) no-repeat center top;
}
.box_mid{
	width: 1100px;
	margin: 0 auto;
	height: 552px;
	background: url(images/bg_mid.jpg) no-repeat center top;
}

.part2 {
    width: 100%;
    height: 910px;
    background: url(images/bg_02.jpg) no-repeat center top;
}

.box2 {
    width: 1040px;
    height: 780px;
    margin: 0 auto;
    color: #b70000;
    padding-top: 130px;
    padding-left: 60px;
    background: url(images/bg_02mid.jpg) no-repeat center top;
}


.box2 ul li {
    width: 460px;
    height: 390px;
    float: left;
    margin-right: 60px;
}

.part2_1 {
    width: 100%;
    height: auto;
    background: url(images/bg_02_1.jpg) repeat-y center top;
}

.box2_1 {
    width: 1040px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    color: #b70000;
    padding-left: 60px;
    padding-bottom: 30px;
    background: url(images/bg_02_1mid.jpg) repeat-y center top;
}


.box2_1 ul li {
    width: 460px;
    height: 390px;
    float: left;
    margin-right: 60px;
}

.part3 {
    width: 100%;
    height: 729px;
    background: url(images/bg_03.jpg) no-repeat center top;
}

.box1 {
    width: 750px;
    height: 180px;
    margin: 0 auto;
    padding: 340px 20px 0 30px;
    color: #b70000;
}

.box1 h3 {
    text-align: center;
    line-height: 32px;
    font-family: "微软雅黑", "宋体";
    font-size: 20px;
}

.box1 p {
    text-indent: 2em;
    line-height: 26px;
    font-family: "宋体";
}

.box1 span {
    float: right;
    font-weight: bold;
}

.box3 {
    width: 1100px;
    height: 674px;
    margin: 0 auto;
    color: #b70000;
    padding-top: 54px;
    background: url(images/bg_03mid.jpg) no-repeat center top;
}

.box3_left {
    width: 290px;
    height: 370px;
    float: left;
    padding-left: 62px;
}
.box3_left ul{
    padding-top: 25px;
}

.box3_left h3 {
    width: 290px;
    font-size: 24px;
    font-family: "微软雅黑";
    color: #fff;
    text-align: center;
}

.box3_left ul li {
    padding: 0 20px;
    line-height: 28px;
}

.box3_left ul li a {
    color: #333;
    text-decoration: none;
}

.box3_left ul li a:hover {
    color: #ff0000;
}

.box3_right {
    width: 670px;
    height: 370px;
    float: left;
    margin-left: 20px;
}

.box3_right h3 {
    width: 670px;
    font-size: 24px;
    font-family: "微软雅黑";
    color: #fff;
    text-align: center;
}

.box3_nr{
    padding: 70px 20px 10px 20px;
}
.box3_nr img{
    float: left;
    width: 280px;
    border: 3px solid #fd3231;
    margin-top: 10px;
}

.box3_js{
    float: right;
    width: 320px;
    color: #333;
}
.box3_js h4 {
    text-align: center;
    margin-bottom: 10px;
}

.box3_js p {
    line-height: 26px;
    text-indent: 24px;
}

.box3_js span {
    float: right;
    line-height: 24px;
