* {
    margin: 0;
    padding: 0;
    font-family: -apple-system,PingFang SC,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}
body {
    min-width: 1300px;
}
img {
    display: block;
}
h3 {
    font-size: 25px
}
li {
    list-style: none
}
a {
    text-decoration: none;
    color: #000
}
/*头部*/

.content {
    width: 100%
}
.header {
    position: relative;
    width: 100%;
    height: 480px;
    margin: 0;
}

.header .header-box {
    position: absolute;
    left: 300px;
    top: 130px;
}
.header .header-box .box-logo {
    width: 115px;
    height: auto;
    margin-bottom: 30px;
}
.header .header-box .box-text {
    width: 540px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.header>div {
    width: 1100px;
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
}
.header div div {
    position: absolute;
}
.header div .call {
    right: 0;
    margin-top: -3px;
}
.header .call img {
    cursor: pointer;
}
.header .call div {
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg);
    margin-top: 10px;
    left: 50%;
    margin-left: -9px
}
.header .call p {
    background-color: #fff;
    display: block;
    width: 250px;
    height: 60px;
    border-radius: 6px;
    margin-top: 15px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px
}

/* 内容 */
.container {
    width: 1050px;
    margin: 0 auto;
}
.titie {
    margin: 50px auto;
    width: 440px
}
.titie img {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
.titie h3 {
    display: inline-block;
    line-height: 30px;
    margin: 0 20px;
    vertical-align: middle;
}
.Exh {
    width: 100%;
    position: relative;
    display: inline-block;
}
.Exh li {
    width: 490px;
    height: 530px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
.Exh li>img {
    transition: all 0.5s linear;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
}
.Exh a:first-of-type {
    float: left;
}
.Exh a:last-of-type {
    float: right;
}
.Exh li div {
    width: 90%;
    margin: 0 auto
}
.Exh li h4 {
    font-size: 30px;
    line-height: 70px;
    font-weight: 400
}
.Exh li p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    width: 375px
}
.Exh li .jt {
    width: 70px;
    height: 80px;
    background: #03a0ec;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 30px;
}
.Exh li .jt img {
    margin: 23px auto
}
.Exh .wide_item {
    width: 1050px;
}

/*底部*/
.foot {
    width: 100%;
    border-top: 1px solid #d3d3d3;
    background-color: #f9f9f9;
    display: inline-block;
    margin-top: 80px
}
.foot p {
    margin: 30px auto;
    text-align: center;
    font-size: 16px;
    color: #909090;
    line-height: 25px
}