* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "ArialMT";
}


/* 头部css开始 */

.header {
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    position: relative;
    /* border: 1px solid red; */
}

.header_con {
    /* width: 1410px; */
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header .login {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.header .login a {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.header .login a:hover {
    color: #E12000;
}

.menu {
    width: 100%;
    /* height: 100%; */
    /* border: 1px solid; */
    position: absolute;
    background-color: #fff;
    top: 113px;
    left: 0;
    z-index: 99;
    display: none;
    box-shadow: 10px 5px 5px #aaa;
    min-height: 310px;
}

.menu .menu_box {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding: 40px 40px 80px 0px;
    flex-wrap: wrap;
}

.menu .menu_box>li {
    width: 20%;
    margin-left: 5%;
}

.menu_list p {
    font-size: 16px;
    padding: 10px 0;
    /* padding-left: 20px; */
    border-bottom: 2px solid #ccc;
}

.menu .menu_list li {
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    /* margin-left: -15px; */
}

.l_line {
    width: 2px;
    height: 16px;
    background-color: #222;
    margin: 0 10px;
}

.header_con_logo {
    width: 90px;
    height: 73px;
}

.header_con_logo>img {
    width: 100%;
    height: 100%;
}

.header_nav ul {
    display: flex;
}

.header_nav ul li {
    margin-left: 70px;
}

.header_nav ul li:hover a {
    color: #E12000;
}

.header_nav ul li:hover {
    border-bottom: 1px solid #E12000;
}

.header_nav ul li a {
    font-size: 18px;
    color: #5d5d5d;
    font-weight: 400;
    /* text-transform: capitalize */
}

.header_search {
    width: 195px;
    height: 36px;
    border: 1px solid #5d5d5d;
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-left: 48px;
}

.header_search>input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 30px;
    padding-left: 20px;
}

.search_img {
    /* width: 21px;

    height: 21px; */
    margin: 0 10px;
    cursor: pointer;
}


/* .search_img>img {

    width: 100%;

    height: 100%;

} */

.header_language {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    color: #5d5d5d;
    display: flex;
    align-items: center;
    margin-left: 40px;
    cursor: pointer;
}

.line {
    width: 2px;
    height: 19px;
    background: #5d5d5d;
    margin: 0 8px;
}


/* 头部css 结束 */


/* banner css  开始*/

.banner {
    width: 100%;
    height: 626px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#index_banner {
    width: 100%;
    /*height: 100%;*/
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .APPbanner_info {
    position: absolute;
    top: 22%;
    left: 20%;
    width: 70%;
}

.banner .APPbanner_info_p1 {
    font-size: 55px;
    line-height: 63px;
    color: #ffffff;
}

.banner .APPbanner_info_p2 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 3%;
    width: 50%;
}

.readMore {
    width: 160px;
    height: 40px;
    background-color: #0291c4;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 4%;
}

.Newsbanner_info {
    position: absolute;
    top: 33%;
    left: 22%;
}

.Newsbanner_info_p1 {
    font-size: 52px;
    color: #ffffff;
}

.Newsbanner_info_p2 {
    width: 77px;
    height: 4px;
    background-color: #ffffff;
}

.Newsbanner_info_p3 {
    width: 377px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 2%;
    opacity: 0.5;
}

.Contactbanner_info {
    position: absolute;
    top: 27%;
    left: 21%;
}

.Downbanner_info {
    position: absolute;
    top: 27%;
    left: 18%;
}

.Probanner_info {
    position: absolute;
    top: 23%;
    left: 21%;
    width: 40%;
}

.Probanner_info_p1 {
    font-size: 41px;
    color: #0051a2;
}

.Probanner_info_p2 {
    font-size: 70px;
    color: #232323;
    font-weight: bold;
    line-height: 67px;
}

.Probanner_info_p3 {
    font-size: 28px;
    color: #232323;
    line-height: 34px;
    margin-top: 2%;
}

.Aboutbanner_info {
    position: absolute;
    width: 48%;
}

.Aboutbanner_info_p1 {
    font-size: 30px;
    color: #ffffff;
    display: none;
}

.Aboutbanner_info_p2 {
    font-size: 55px;
    color: #ffffff;
    font-weight: bold;
}

.Aboutbanner_info_p3 {
    font-size: 24px;
    color: #ffffff;
    width: 72%;
}

.AboutMore {
    margin-top: 3.5%;
}

@media (min-width: 1050px) and (max-width: 1680px) {
    .Probanner_info {
        top: 5%;
        left: 14%;
        width: 50%;
    }
    .Aboutbanner_info_p3 {
        width: 54%;
    }
    .Aboutbanner_info {
        width: 80%;
    }
    .APPbanner_info {
        top: 5%;
        left: 14%;
    }
}


/* banner css  结束*/


/* 底部css 开始*/

.footer {
    width: 100%;
    background-color: #fff;
    border-bottom: 9px solid #0051a2;
}

.footer_con {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    margin-top: 80px;
}

.footer_con_left_text {
    width: 280px;
    font-size: 14px;
    line-height: 24px;
    color: #737373;
    margin-top: 20px
}

.ewm {
    margin-left: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.ewm_text {
    font-size: 14px;
    font-style: italic;
    color: #737373;
}

.footer_con_news ul {
    margin-top: 25px;
}

.footer_con_news ul li {
    display: flex;
    margin-top: 33px;
    align-items: center;
}

.footer_con_news ul li:nth-child(1) {
    margin-top: 0;
}

.footer_con_news_img {
    width: 72px;
    height: 72px;
}

.footer_con_news_img img {
    width: 100%;
    height: 100%;
}

.footer_con_news_con {
    width: 186px;
    /* height: 50px; */
    font-size: 14px;
    line-height: 21px;
    color: #737373;
    margin-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.footer_con_news_title {
    font-size: 36px;
    color: #4e4e4e;
}

.footer_con_nav ul {
    margin-top: 25px;
}

.footer_con_nav ul li {
    margin-top: 15px;
}

.footer_con_nav ul li:nth-child(1) {
    margin-top: 0;
}

.footer_con_nav ul li a {
    font-size: 18px;
    color: #707070;
}

.active {
    border-bottom: 1px solid #707070;
}

.footer_con_App_img {
    margin-top: 35px;
}

.footer_con_news {
    margin-left: 40px;
}

.footer_con_nav {
    margin-left: 60px;
}

.footer_con_App {
    margin-left: 80px;
}

.footer_bottom {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #737373;
    margin-bottom: 20px;
    margin-top: 60px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    position: relative;
}

.footer_bottom .footer_bottom_left {
    display: flex;
    align-items: center;
}

.footer_bottom span {
    font-size: 28px;
}

.footer_bottom_right {
    display: flex;
}

.footer_bottom_right img {
    width: 35px;
    /*margin-right: 30px;*/
}

.toTop {
    position: absolute;
    left: 50%;
    bottom: -29px;
    cursor: pointer;
}


/* 底部css结束 */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}





@media screen and (min-width:1260px) and (max-width: 1600px) {
    .header_con {
        width: 1260px;
    }
    .header_nav ul li {
        margin-left: 50px;
    }
}
















