img {
    max-width: 100%;
    height: auto;
}

.newBox {
    width: 1200px;
    margin: 0 auto;
}

.IndexMain {
    width: 100%;
    height: auto;
    position: relative;
}

.IndexMain::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/back1.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.IxMnFour,
.IxMnThree,
.IxMnTwo,
.IxMnOne {
    position: relative;
    z-index: 100;
}

.IxMnOne img {
    width: 100%;
    height: auto;
}

.IxMnTwo {
    padding-top: 120px;
}

.IxMnTwo_Top {
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.IxMnTwo_Top h2 strong,
.IxMnTwo_Top h2 img {
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
}

.IxMnTwo_Top h2 strong {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    padding-left: 80px;
}

.IxMnTwo_Top h3 {
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 40px 0 60px 0;
    text-transform: uppercase;
}

.IxMnTwo_Top h4 em,
.IxMnTwo_Top h4 strong {
    display: block;
    text-align: right;
}

.IxMnTwo_Top h4 strong {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}

.IxMnTwo_Top h4 em {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
}

.IxMnTwo_Bottom {
    padding: 20px 0 130px 0;
}

.IxMnTwo_Bottom h4 {
    padding-top: 60px;
}

.IxMnTwo_Bottom h4 p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

#container {
    width: 100%;
    height: 420px;
    border: 5px solid #15489b;
    box-sizing: border-box;
}

.BMap_cpyCtrl,
.anchorBL {
    display: none;
}

#container img {
    max-width: inherit;
}

.IxMnThree_map,
.IxMnThree_text {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.IxMnThree_map {
    width: 60%;
}

.IxMnThree_text {
    width: 40%;
    padding-left: 70px;
}

.IxMnThree_textS {
    padding-bottom: 50px;
}

.IxMnThree_textS:last-of-type {
    padding-bottom: 0;
}

.IxMnThree_textS h3 {
    color: #fff;
    font-size: 30px;
}

.IxMnThree_textS h4 {
    padding-top: 10px;
}

.IxMnThree_textS h3 i,
.IxMnThree_textS h4 i,
.IxMnThree_textS h4 strong {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    color: #Fff;
}

.IxMnThree_textS h3 i,
.IxMnThree_textS h4 i {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background-color: #1655b9;
    font-size: 20px;
}

.IxMnThree_textS h4 strong {
    padding-left: 10px;
    font-size: 18px;
}

.IxMnFour {
    padding: 90px 0 40px 0;
}

.IxMnFour h3 {
    text-align: center;
}

.IxMnFour h3 em {
    color: #fff;
    font-size: 30px;
    display: block;
}

.IxMnFour h3 i {
    width: 40px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 36px auto;
}

.IxMnFour form {
    font-size: 0;
}

.Input {
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.Input input {
    width: 100%;
    height: 60px;
    text-indent: 2em;
    border: none;
    outline: none;
}

.textarea h4,
.Input h4 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
}

.Input:nth-last-of-type(2n) {
    margin-right: 0;
}

.textarea {
    padding-top: 30px;
}

.textarea textarea {
    outline: none;
    resize: none;
    border: none;
    text-indent: 2em;
    padding-top: 26px;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
}

.IxMnFour form button {
    width: 126px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    margin-top: 34px;
    border-radius: 34px;
    background-color: #1655b9;
}

footer {
    background-color: #363636;
    padding: 34px 0;
}

footer p {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

footer p:last-of-type {
    text-align: right;
}

footer p strong {
    color: #fff;
    font-size: 18px;
    padding-right: 30px;
}
footer p strong a{font-size: 18px;color: #fff;}

footer p strong:last-of-type {
    padding-right: 0;
}