@charset "gb2312";
/* common */
* {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'microsoft yahei';
    font-size: 16px;
    border: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

a {
    text-decoration: none;
    border: 0;
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    border: 0;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix {
    zoom: 1;
}

/*==for IE6/7 Maxthon2==*/
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

/*==for FF/chrome/opera/IE8==*/
li {
    list-style: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.part1 {
    background-color: #f7f6f6
}

.box1 {
    width: 62.5%;
    margin: auto;
    background-color: #ffffff;
}

.box2 {
    padding: 15px 29px 15px 25px;
}

.box2 img {
    float: left;
    margin-right: 30px;
}

.box3 {
    margin-top: 28px;
}

.box3 span {
    font-size: 36px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}

.box3 div {
    display: flex;
    align-items: center;
}

.box3 img {
    margin-left: 29px;
}

.box3 p {
    margin-top: 11px;
    line-height: 24px;
    color: #333333;
}

.box3 a {
    background-color: #1e2c4f;
    border-radius: 8px;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    padding: 10px;
}

.part2 {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part2 span {
    font-weight: bold;
    font-size: 36px;
    line-height: 24px;
    color: #333333;
}

.part2 img {
    margin-top: 7px;
}

.box4 {
    width: 62.5%;
    margin: 19px auto 0;
}

.box5 p:nth-child(1) {
    background-color: #1e2c4f;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 15px 45px;
    color: #ffffff;
}

.box5 p:nth-child(2) {
    line-height: 24px;
    color: #333333;
    padding: 21px 12px 25px 12px;
    background-color: #f7f6f6;
    border-radius: 0 0 10px 10px;
}

.box5-p {
    background-color: #b78a51 !important;
}

.part3 {
    margin-top: 59px;
    background-color: #f7f6f6;
}

.box6 {
    padding-top: 66px;
}

.box7 h1 {
    margin: 223px auto 32px;
    width: 350px;
    height: 1px;
    background-color: #b78a51;
    opacity: 0.2;
}

.box7 {
    text-align: center;
    position: relative;
}

.box7 span {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #333333;
}

.box7 p {
    margin-top: 28px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #666666;
}

.box7-p {
    width: 338px;
    margin: auto;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: left !important;
    color: #999999 !important;
}

.box7 a {
    border-radius: 8px;
    border: solid 1px #1e2c4f;
    /*font-size: 20px;*/
    line-height: 24px;
    letter-spacing: -1px;
    color: #1e2c4f;
    padding: 5px 9px;
    position: absolute;
    bottom: 35px;
    right: 36%;
}

.box7 a span {
    color: #b78a51;
}

.bg1 {
    height: 521px;
    background: url("../images/zy1.png") no-repeat 100%;
}

.bg2 {
    height: 521px;
    background: url("../images/zy2.png") no-repeat 100%;
}

.bg3 {
    height: 521px;
    background: url("../images/zy3.png") no-repeat 100%;
}

.bg4 {
    height: 521px;
    background: url("../images/zy4.png") no-repeat 100%;
}

.bg5 {
    height: 521px;
    background: url("../images/zy5.png") no-repeat 100%;
}

.bg6 {
    height: 521px;
    background: url("../images/zy6.png") no-repeat 100%;
}

.box7:hover {
    box-shadow: 0 0 20px 0 rgba(108, 108, 108, 0.4);
}

.box7:hover h1 {
    background-color: #b78a51;
    opacity: 1;
}

.box7:hover a {
    color: #ffffff;
    background-color: #1e2c4f;
}

.mt19 {
    width: 62.5%;
    margin: 19px auto 0;
}

.box8 {
    background-color: #f7f6f6;
    border-radius: 10px;
}

.box8 img {
    float: left;
    margin-right: 23px;
}

.box9 {
    padding-top: 13px;
    position: relative;
}

.box9 span {
    padding-top: 13px;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.box9 p {
    width: 97%;
    margin-top: 16px;
}
.box9 .box9-a{
    border-radius: 15px;
    border: solid 1px #1e2c4f;
    line-height: 24px;
    color: #1e2c4f;
    position: absolute;
    right: 14px;
    bottom: 12px;
    padding: 2px 13px;
}
.box9:hover .box9-a{
    background-color: #1e2c4f;
    color: #ffffff;
}
.part5 {
    margin-top: 41px;
    background-color: #f7f6f6;
}
.box10{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box10 span {
    font-weight: bold;
    font-size: 36px;
    line-height: 24px;
    color: #333333;
}

.box10 img {
    margin-top: 7px;
}