@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?7f39bi');
    src: url('fonts/icomoon.eot?7f39bi#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?7f39bi') format('truetype'),
        url('fonts/icomoon.woff?7f39bi') format('woff'),
        url('fonts/icomoon.svg?7f39bi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

body {
    background-color: #f5f5f5;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}


.p-img {

    width: 90%;
    /* height: 320px; */
    /* background-color: green; */
    margin-left: 5%;
    margin-top: 90px;
}

.p-img .img {
    width: 100%;
}

.new-t {
    /* */
    width: 90%;
    height: 70px;
    margin: 0 auto;
    background-color: #f2f2f2;
    /* background-color: #f05656; */

}

.new-t .t1 {
    float: left;
    font-size: 17px;
    line-height: 70px;
    color: #b6b2b2;
}

.new-t .t2 {
    float: right;
    font-size: 22px;
    line-height: 70px;
    /* padding-right: 20px; */
    /* color: rgb(190, 46, 46); */
    font-weight: 700;
    margin-right: 50px;
    /* height: 70px;
            width: 70px; */
    /* background-color: #f05656; */
}



.new-t .t2 a {
    color: #b6b2b2;
    /* color: rgb(252, 251, 251); */

}

.new-t .t2 .p1 a {
    /* color: #b6b2b2; */
    color: rgb(252, 251, 251);

}


.new-t .t2 span:hover {
    background-color: rgb(190, 46, 46);
    /* color: rgb(252, 251, 251); */
}

.new-t .t2 a:hover {
    /* background-color: rgb(190, 46, 46); */
    color: rgb(252, 251, 251);
}

.new-t .t2 .p1 {
    margin-right: 10px;
    float: left;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    background-color: rgb(190, 46, 46);

}

.new-t .t2 .p2 {
    /* margin-right: 90px; */
    float: right;
    display: block;
    padding-right: 25px;
    padding-left: 25px;
    /* padding-right: 60px; */
    /* background-color: #f05656; */
}

.new-t .t2 .p3 {
    /* margin-right: 90px; */
    padding-right: 50px;

}

.call-n {

    height: 90px;
    background-color: #f5f5f5;
    color: rgb(190, 46, 46);
    line-height: 90px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;

}

.call-b {
    width: 90%;
    height: 450px;
    /* background-color: pink; */
    margin: 0 auto;
    /* border: 1px solid #bd8080; */
    border-top: 1px solid #eee8e8;
}

.call-b .tel {
    float: left;
    width: 45%;
    border-left: 1px solid #eee8e8;
}

.call-b .tel span {
    font-family: 'icomoon';
    font-size: 22px;
    color: rgb(190, 46, 46);
    padding-right: 15px;
}

.call-b .tel .nm {
    font-size: 22px;
    line-height: 70px;
    margin-left: 15px;
    margin-top: 30px;
    color: rgb(190, 46, 46);
    font-weight: 700;
}

.call-b .tel .nm-1 {
    height: 50px;
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
    margin-left: 15px;
}

.call-b .tel .nm-2 {
    margin-left: 50px;
    line-height: 30px;
}

.call-b .mp {
    overflow: hidden;
    float: right;
    width: 50%;
    height: 445px;
    border-left: 1px solid #eee8e8;
    border-right: 1px solid #eee8e8;

}

.call-b .mp img {
    height: 445px;
    transition: all .4s;
}

.call-b .mp img:hover {
    transform: scale(1.5);
}