body {
    font-family: "微软雅黑";
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline: none;
}
.header ul li:nth-child(2) a {
	color: #f5971c;
}
.banner {
    width: 100%;
    height: 4.5rem;
    background-image: url(../images/banner1.png);
    background-size: cover;
}

.banner div {
    width: 9.66rem;
    margin: 0 auto;
    padding-top: 1.82rem;
}

.banner div h2 {
    font-size: 0.51rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.51rem;
    letter-spacing: 0.03rem;
    color: #ffffff;
    margin-bottom: 0.15rem;
}

.banner div p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.18rem;
    letter-spacing: 0.01rem;
    color: #33fefb;
}

.h2-title {
    text-align: center;
}

.h2-title h2 {
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0.01rem;
    color: #1d469b;
    margin-bottom: 0.2rem;
}

.h2-title p {
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    color: #eeeeee;
}

.h3-title {
    text-align: center;
}

.h3-title h2 {
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.48rem;
    letter-spacing: 0.1rem;
    color: #2559d0;
    margin-bottom: 0.19rem;
}

.h3-title p {
    width: 3rem;
    height: 0.02rem;
    background-color: #b5b5b5;
    margin: 0 auto;
    position: relative;
}

.h3-title p:after {
    content: "";
    border-radius: 1rem;
    width: 0.15rem;
    height: 0.15rem;
    background-color: #52b1fa;
    position: absolute;
    top: -0.075rem;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width: 1400px) {
    .footer_contain .top_info .top_info_item {
        padding: 0 0.3rem !important;
    }
}

@media screen and (max-width: 750px) {
    /* .header {
    display: none !important;
  } */
    .header-h5 {
        display: flex !important;
    }
    .banner {
        width: 100%;
        height: 4rem;
        background-image: url(../images/banner1.png);
        background-size: cover;
        background-position: center;
    }
    .banner div {
        width: 80%;
        margin: 0 auto;
        padding-top: 1.82rem;
    }
    .footer_contain .top_info .top_info_item {
        display: none !important;
    }
    .footer_contain .top_info .top_info_item:last-child {
        display: block !important;
        position: relative;
        margin-bottom: 20px;
        width: 100% !important;
        border-right: 0;
        height: auto !important;
    }
    .footer_contain .top_info .top_info_item .ewm {
        position: absolute;
        right: 30px;
        top: 0px;
        width: 84px !important;
        height: 84px !important;
    }
    .footer_contain .bottom_info .copyright p span {
        display: block;
        width: 100%;
        text-align: center;
    }
    .copyright {
        width: 100%;
    }
    .footer-top {
        padding: 0 0.2rem;
    }
    .footer-box .footer-top p {
        width: 3rem;
        text-align: center;
    }
    .footer-box .footer-top a {
        margin-right: 0.3rem !important;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.footer-box .footer-top {
    height: 1.1rem;
    background-image: linear-gradient(-90deg, #063fd6 0%, #247ddf 69%, #41bbe8 100%), linear-gradient(#063fd6, #063fd6);
    background-blend-mode: normal, normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-box .footer-top p {
    font-size: 0.2rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-right: 0.38rem;
}

.footer-box .footer-top a {
    width: 1.77rem;
    height: 0.45rem;
    border: solid 0.01rem rgba(255, 255, 255, 0.88);
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-right: 0.89rem;
    text-decoration: none;
}

.footer-box .footer-top .rno {
    margin-right: 0px;
}


/** @重置列表元素 **/

.footer li {
    list-style: none;
    font-size: 0.14rem;
}


/* @浮动 */

.fl {
    float: left;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fr {
    float: right;
}


/* @清浮动 */

.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.clearfix {
    zoom: 1;
    /* for IE6 IE7 */
}

.footer {
    background-image: url(../images/bottom-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0.75rem 0 0.45rem 0;
}

.footer_contain {
    max-width: 14.4rem;
    margin: 0 auto;
}

.footer_contain .top_info .top_info_item {
    height: 2.4rem;
    border-right: 1px solid #333;
    padding: 0 0.7rem;
    margin-bottom: 0.4rem;
}

.footer_contain .top_info .top_info_item:first-of-type {
    padding-left: 0;
}

.footer_contain .top_info .top_info_item:nth-of-type(2) ul {
    margin-right: 0.3rem;
}

.footer_contain .top_info .top_info_item h2 {
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.24rem;
}

.footer_contain .top_info .top_info_item ul li a {
    color: #666;
    font-size: 0.14rem;
    line-height: 0.3rem;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.footer_contain .top_info .top_info_item ul li a:hover {
    color: #f5971c;
}

.footer_contain .top_info .top_info_item .hot_call_tit {
    font-size: 0.14rem;
    color: #fff;
}

.footer_contain .top_info .top_info_item .hot_call {
    font-size: 0.2rem;
    color: #cd7f20;
    padding: 0.5rem 0 0.2rem;
}

.footer_contain .top_info .top_info_item .ewm {
    width: 0.84rem;
    height: 0.84rem;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.footer_contain .top_info .top_info_item .ewm img {
    width: 100%;
    height: 100%;
}

.footer_contain .top_info .top_info_item:last-of-type {
    padding-right: 0;
    border-right: 0;
}

.footer_contain .footer_nav {
    background: rgba(26, 32, 50, 0.8);
    border-radius: 0.08rem;
    padding: 0 0.3rem;
    border: 1px solid #444;
    margin-top: 0.8rem;
}

.footer_contain .footer_nav ul {
    display: flex;
    justify-content: space-around;
}

.footer_contain .footer_nav ul li {
    float: left;
    line-height: 0.7rem;
}

.footer_contain .footer_nav ul li:first-of-type {
    color: #fff;
    font-size: 0.16rem;
}

.footer_contain .footer_nav ul li a {
    color: #666;
    font-size: 0.14rem;
    text-decoration: none;
    cursor: pointer;
}

.footer_contain .footer_nav ul li a:hover {
    color: #f5971c;
}

.footer_contain .bottom_info {
    padding: 0.28rem 0 0;
}

.footer_contain .bottom_info .copyright p {
    font-size: 0.14rem;
    color: #666;
}

.header-h5 {
    height: 0.79rem;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0px;
    top: 0px;
    align-items: center;
    width: 100%;
    display: none;
}

.header-h5 .logo {
    width: 160px !important;
    height: 27px;
    display: block;
    margin-right: 0.6rem;
    margin-left: 0.2rem;
}

.header-h5 .dl {
    display: block;
    width: 2.09rem;
    height: 0.48rem;
    background-color: rgba(245, 151, 28, 0.6);
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.12rem;
    text-decoration: none;
    color: #ffffff;
    position: absolute;
    right: 1rem;
}

.model-nav {
    background-color: #fff;
    position: fixed;
    top: 0.79rem;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 123;
}

.model-nav a {
    text-align: left;
    line-height: 1rem;
    font-size: 0.33rem;
    padding-left: 0.5rem;
    letter-spacing: 0rem;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
}

.menu_h {
    display: none;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border: none;
    width: 50px;
    height: 0.79rem;
    padding: 0;
    outline: none;
    position: fixed;
    right: 0;
    top: 0;
    border-radius: 100%;
    z-index: 1000;
}

.menu_h::before,
.menu_h::after,
.menu_h span {
    background: #fff;
    border-radius: 2px;
    content: '';
    position: absolute;
    height: 2px;
    width: 50%;
    left: 25%;
    top: 50%;
    overflow: hidden;
    transition: 0.3s all;
}

.menu_h::before,
.menu_h::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu_h span {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0);
}

.menu_h::before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.menu_h::after {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}


/* .header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0px;
    height: 0.73rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    width: 16.96rem;
} */

.header .left {
    display: flex;
    align-items: center;
}

.header .left .logo {
    width: 1.85rem;
    height: 0.26rem;
    margin-left: 2.85rem;
    margin-right: 0.6rem;
}

.header .left .nav {
    display: flex;
    align-items: center;
}

.header .left a {
    margin-left: 0.36rem;
    font-size: 0.13rem;
    letter-spacing: 0rem;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

.header .right {
    padding-right: 2.79rem;
}

.header .right a {
    display: block;
    width: 1.09rem;
    height: 0.28rem;
    background-color: #f5971c;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.12rem;
    text-decoration: none;
    color: #ffffff;
}

.sub_wrap {
    font-size: 0.28rem !important;
}

.h2-titles {
    font-size: 0.34rem !important;
}