@charset "utf-8";
body, html {
    font-family: "微软雅黑";
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    min-width: 1465px;
}

ul {
    list-style: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
    display: block
}

input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none
}

button, textarea {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "微软雅黑";
}

select {
    outline: 0;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}

textarea {
    resize: none;
    -webkit-appearance: none
}

.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bg_box {
    width: 100%;
}

/*头部*/
.heard_bg {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    height: 100px;
}

.heard_bg .logo {
    width: auto;
    height: 50px;
}

.heard_bg .logo img {
    width: auto;
    height: 100%;
}

.heard_bg .heard_r {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

/*导航*/
.heard_nav {
    display: flex;
    flex-wrap: wrap;
}

.heard_nav li {
    position: relative;
    margin: 0 5px;
    text-align: center;
    min-width: 120px;
}

.heard_nav li > a {
    font-size: 20px;
    line-height: 100px;
    color: #000;
    font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.heard_nav li > a:after {
    position: absolute;
    content: "";
    bottom: 15px;
    left: 0;
    height: 1px;
    width: 0;
    background: #252161;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.heard_nav li > a:hover {
    color: #252161;
}

.heard_nav li.xz > a:after,.heard_nav li > a:hover:after {
    width: 100%;
}

.heard_nav li div {
    position: absolute;
    left: 0;
    top: 100px;
    width: 160px;
    text-align: center;
    z-index: 1;
    display: none;

}

.heard_nav li div a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 40px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    background: #fff;
}

.heard_nav li div a:hover {
    background: #252161;
    color: #fff;
}


.heard_bg .heard_r .search{
    width: 24px;
    height: 24px;
}
.heard_bg .heard_r .search img{
    width: 100%;
    height: 100%;
}

.heard_bg .heard_r .lang{
    display: flex;
    flex-wrap: wrap;
}
.heard_bg .heard_r .lang a{
    font-size: 20px;
    line-height: 100px;
    color: #000;
    margin: 0 30px;
}
.heard_bg .heard_r .lang a:hover{
    color: #252161;
}
.heard_bg .heard_r .lang a.on{
    color: #252161;
}
.heard_bg .heard_r .lang span{
    font-size: 20px;
    line-height: 100px;
    color: #000;
}

.heard_bg .heard_r .search_form{
    position: absolute;
    width: 0;
    height: 100px;
    background: #fff;
    top: 0;
    right: 192px;
    z-index: 200;
    overflow: hidden;
    /*display: none;*/
}
.enheard_bg .heard_r .search_form{
    right: 180px;
}
.heard_bg .heard_r .search_form .s_cont{
    float: left;
    width: calc(100% - 20px);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.heard_bg .heard_r .search_form .s_cont button{
    width: 24px;
    height: 24px;
    background: url("../images/search_tb.png") no-repeat center;
    background-size: 100% 100%;
    border: none;
}
.heard_bg .heard_r .search_form .s_cont input{
    font-size: 20px;
    line-height: 100px;
    color: #000;
    margin-left: 20px;
    width: calc(100% - 44px);
}


.heard_bg .heard_r .close{
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 40px;
}
.heard_bg .heard_r .close img{
    width: 100%;
    height: 100%;
}

/*轮播*/
.slideBox {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    max-width: 100%; /* 设置焦点图最大宽度 */
}

.slideBox .hd {
    position: absolute;
    height: 10px;
    line-height: 10px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 10px;
}

.slideBox .hd li.on {
    background: #00b4ff;
    width: 45px;
    border-radius: 10px;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    text-align: center;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
}

.slideBox .bd li img {
    vertical-align: top;
    width: 100%; /* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);/* 去掉链接触摸高亮 */
}



/*内容*/
.sy_cont_bg {
    width: 100%;
}

.sy_cont_bg > div .bt{
    background: url("../images/sy_btbj.jpg") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    padding: 80px 0 50px;
}
.sy_cont_bg > div .bt p{
    font-size: 46px;
    line-height: 56px;
    color: #252161;
    font-weight: bold;
    margin-bottom: 20px;
}
.sy_cont_bg > div .bt span{
    font-size: 30px;
    line-height: 40px;
    color: #a3a7ad;
    display: block;
}

/*产品研发*/
.sy_cont_bg .sy_product .list{
    width: 100%;
    padding: 35px 0;
}
.sy_cont_bg .sy_product .list .nr{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.sy_cont_bg .sy_product .list .nr .xx{
    width: 50%;
    height: 275px;
    background: #99c9d7;
    box-sizing: border-box;
    padding: 20px 0 0 70px;
}
.sy_cont_bg .sy_product .list .nr .xx div{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 25px;
}
.sy_cont_bg .sy_product .list .nr .xx div p{
    font-size: 74px;
    line-height: 84px;
    color: #fff;
}
.sy_cont_bg .sy_product .list .nr .xx div span{
    font-size: 26px;
    line-height: 60px;
    color: #fff;
    margin-left: 25px;
}
.sy_cont_bg .sy_product .list .nr .xx a{
    padding-left: 20px;
    border-left: 5px solid transparent;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-left: 70px;
}
.sy_cont_bg .sy_product .list .nr .xx a:hover{
    border-color: #0084ff;
    color: #fff;
}


.content_sb{
    width: 100%;
    background: url("../images/page_bj.jpg") repeat top center;
    padding: 55px 0 125px;
    min-height: 207px;
}
.content_sb > div{
    width: 1150px;
    margin: 0 auto;
}

.content_sb .product_bg{
    width: 100%;
}
.product_bg .nav_bg{
    border-bottom: 1px solid #e8e9e9;
    margin-bottom: 55px;
}
.product_bg .nav_bg .nav{
    width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.product_bg .nav_bg .nav li{
    padding-bottom: 30px;
    cursor: pointer;
}
.product_bg .nav_bg .nav li > div{
    background: #fff;
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_bg .nav_bg .nav li > div .tu{
    width: auto;
    height: 50px;
    overflow: hidden;
    margin: 0 auto 12px;
}
.product_bg .nav_bg .nav li > div .tu img{
    width: auto;
    height: 100%;
}
.product_bg .nav_bg .nav li > div .hx{
    width: 102px;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
}
.product_bg .nav_bg .nav li > div p{
    font-size: 16px;
    line-height: 36px;
    color: #666;
    text-align: center;
}


.product_bg .nav_bg .nav li:hover{
    background: url("../images/sj_tb.png") no-repeat center bottom;
}
.product_bg .nav_bg .nav li:hover > div{
    border-color: #177bc1;
    background: #177bc1;
}
.product_bg .nav_bg .nav li:hover > div .tu img:first-child{
    display: none;
}
.product_bg .nav_bg .nav li:hover > div .hx{
    background: #fff;
}
.product_bg .nav_bg .nav li:hover > div p{
    color: #fff;
}

.product_bg .nav_bg .nav li.xz{
    background: url("../images/sj_tb.png") no-repeat center bottom;
}
.product_bg .nav_bg .nav li.xz > div{
    border-color: #177bc1;
    background: #177bc1;
}
.product_bg .nav_bg .nav li.xz > div .tu img:first-child{
    display: none;
}
.product_bg .nav_bg .nav li.xz > div .hx{
    background: #fff;
}
.product_bg .nav_bg .nav li.xz > div p{
    color: #fff;
}

.product_bg .nr{
    width: 1150px;
    margin: 0 auto;
}
.product_bg .nr div{
    display: none;
}
.product_bg .nr div img{
    width: 100%;
    height: auto;
}




/*新闻资讯*/
.sy_cont_bg .sy_news .nr{
    padding: 50px 0 35px;
    background: #f2f2f2;
}
.sy_cont_bg .sy_news .nr .xx{
    width: 1200px;
    margin: 0 auto;
}
.sy_cont_bg .sy_news .nr .xx .list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.sy_cont_bg .sy_news .nr .xx .list div{
    width: calc(50% - 80px);
    margin-right: 160px;
}
.sy_cont_bg .sy_news .nr .xx .list div:nth-child(2n){
    margin-right: 0;
}
.sy_cont_bg .sy_news .nr .xx .list div p{
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 30px;
    height: 60px;
}
.sy_cont_bg .sy_news .nr .xx .list div span{
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #777;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 104px;
}
.sy_cont_bg .sy_news .nr .xx .list div a{
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    background: #0084ff;
    padding: 0 30px;
    display: inline-block;
}
.sy_cont_bg .sy_news .nr .xx .gd{
    text-align: right;
}
.sy_cont_bg .sy_news .nr .xx .gd a{
    font-size: 16px;
    line-height: 26px;
    color: #888;
    padding-right: 45px;
    display: inline-block;
    background: url("../images/gd_tb.png") no-repeat right center;
    background-size: 38px auto;
}

/*人才招聘*/
.sy_cont_bg .sy_join{
    width: 100%;
    padding-bottom: 57px;
    background: url("../images/join_bj.jpg") no-repeat center;
    background-size: 100% 100%;

}
.sy_cont_bg .sy_join .bt{
    background: none;
}
.sy_cont_bg .sy_join .list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.sy_cont_bg .sy_join .list a{
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sy_cont_bg .sy_join .list a p{
    font-size: 20px;
    line-height: 188px;
    color: #000;
}
.sy_cont_bg .sy_join .list a img{
    width: 37px;
    height: auto;
    margin-right: 30px;
}
.sy_cont_bg .sy_join .list a:first-child{
    border: 1px solid #0084ff;
}
.sy_cont_bg .sy_join .list a:nth-child(2){
    background: #4184ff
}
.sy_cont_bg .sy_join .list a:nth-child(2) p{
    color: #fff;
}
.sy_cont_bg .sy_join .list a:nth-child(3){
    background: #4184ff;
}
.sy_cont_bg .sy_join .list a:nth-child(3) p{
    color: #fff;
}
.sy_cont_bg .sy_join .list a:last-child{
    border: 1px solid #0084ff;
}




/*内页顶部图*/
.nr_top_banner {
    width: 100%;
}

.nr_top_banner img {
    width: 100%;
    height: auto;
}

/*内容*/
.ny_cont_bg .top{
    border-bottom: 1px solid #ededed;
}
.ny_cont_bg .top .nav{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny_cont_bg .top .nav ul{
    display: flex;
    flex-wrap: wrap;
}
.ny_cont_bg .top .nav ul li{
    margin-right: 60px;
}
.ny_cont_bg .top .nav ul li a{
    font-size: 16px;
    line-height: 76px;
    color: #000;
    border-bottom: 2px solid #fff;
}
.ny_cont_bg .top .nav ul li a:hover{
    color: #1e1a5c;
    border-color: #1e1a5c;
}
.ny_cont_bg .top .nav ul li.xz a{
    color: #1e1a5c;
    border-color: #1e1a5c;
}
.ny_cont_bg .top .nav div{
    display: flex;
    flex-wrap: wrap;
}
.ny_cont_bg .top .nav div a{
    font-size: 16px;
    line-height: 76px;
    color: #999;
}
.ny_cont_bg .top .nav div a:hover{
    color: #1e1a5c;
}
.ny_cont_bg .top .nav div a:first-child{
    padding-left: 25px;
    background: url("../images/adress_tb.png") no-repeat left center;
    background-size: 15px 15px;
}
.ny_cont_bg .top div span{
    font-size: 16px;
    line-height: 76px;
    color: #999;
    margin: 0 5px;
}
.ny_cont_bg .top div p{
    font-size: 16px;
    line-height: 76px;
    color: #1e1a5c;
}

/*公司概要*/
.ny_cont_bg .about{
    padding: 70px 0;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.ny_cont_bg .about > img{
    width: 430px;
    height: auto;
}
.ny_cont_bg .about div{
    width: 670px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

/*单页*/
.ny_cont_bg .page{
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
}
.ny_cont_bg .page div{
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.ny_cont_bg .page div img{
    margin: 0 auto;
}






/*新闻*/
.ny_cont_bg .news_list{
    width: 1200px;
    margin: 0 auto;
}
.ny_cont_bg .news_list .nr{
    padding: 45px 0 35px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny_cont_bg .news_list .nr .sj{
    width: 60px;
    text-align: center;
}
.ny_cont_bg .news_list .nr .sj p{
    font-size: 24px;
    line-height: 40px;
    color: #666;
    margin-bottom: 2px;
    background: #f4f4f4;
    border-radius: 4px 4px 0 0;
    text-align: center;
    width: 100%;
}
.ny_cont_bg .news_list .nr .sj span{
    font-size: 12px;
    line-height: 20px;
    color: #666;
    background: #f4f4f4;
    border-radius:  0 0 4px 4px;
    display: block;
}
.ny_cont_bg .news_list .nr .xx{
    width: 1070px;
}
.ny_cont_bg .news_list .nr .xx p{
    font-size: 16px;
    line-height: 32px;
    color: #666;
    margin-bottom: 15px;
}
.ny_cont_bg .news_list .nr .xx span{
    font-size: 16px;
    line-height: 26px;
    color: #999;
}
.ny_cont_bg .news_list .nr:hover .sj p{
    color: #fff;
    background: #1e1a5c;
}
.ny_cont_bg .news_list .nr:hover .sj span{
    color: #fff;
    background: #1e1a5c;
}
.ny_cont_bg .news_list .nr:hover .xx p{
    color: #1e1a5c;
}

.ny_cont_bg .news_page{
    width: 1200px;
    margin: 0 auto;
}
.ny_cont_bg .news_page .top{
    padding: 90px 0 30px;
    border-bottom: 1px solid #f4f4f4;
    text-align: center;
}
.ny_cont_bg .news_page .top h3{
    font-size: 22px;
    line-height: 32px;
    color: #666;
    margin-bottom: 35px;
}
.ny_cont_bg .news_page .top p{
    font-size: 16px;
    line-height: 26px;
    color: #999;
}
.ny_cont_bg .news_page .nr{
    padding: 35px 0 60px;
    border-bottom: 1px solid #f4f4f4;
    font-size: 16px;
    line-height: 26px;
    color: #999;
}
.ny_cont_bg .news_page .nr img{
  max-width: 100%;
  margin: 0 auto;
}
.ny_cont_bg .news_page .sxp{
    padding: 50px 0;
}
.ny_cont_bg .news_page .sxp div{
    font-size: 16px;
    line-height: 36px;
    color: #999;
}
.ny_cont_bg .news_page .sxp div a{
    font-size: 16px;
    line-height: 36px;
    color: #999;
    display: inline-block;
}
.ny_cont_bg .news_page .sxp div a:hover{
    color: #1e1a5c;
}

/*招聘*/
.ny_cont_bg .join_list{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
}
.ny_cont_bg .join_list a{
    display: block;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-bottom: 20px;
}

.ny_cont_bg .join_list a .xx{
    margin: 0px 50px 0px 12px;
}
.ny_cont_bg .join_list a .xx p{
    display: block;
    line-height: 30px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #222;
    font-weight: bold;
    font-style: normal;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.ny_cont_bg .join_list a .xx span{
    margin-right: 55px;
    font-size: 16px;
    line-height: 25px;
    color: #999999;
    display: block;
}

.ny_cont_bg .join_list a .more{
    width: 28px;
    height: 28px;
    background: url(../images/ico19.png) center right no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 32px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.ny_cont_bg .join_list a:hover{
    background:#e00430;
    box-shadow:0px 0px 5px #ccc;
    -moz-box-shadow:0px 0px 5px #ccc;
    -ms-box-shadow:0px 0px 5px #ccc;
    -webkit-box-shadow:0px 0px 5px #ccc;
}
.ny_cont_bg .join_list a:hover .xx p{
    color: #fff;
}
.ny_cont_bg .join_list a:hover .xx span{
    color: #fff;
}
.ny_cont_bg .join_list a:hover .more{
    right:28px;
    background:url(../images/hico19.png) center right no-repeat;
}

.ny_cont_bg .join_page{
    width: 1200px;
    margin: 0 auto;
    padding: 85px 0px 10px 0px;
}
.ny_cont_bg .join_page .join_xx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ny_cont_bg .join_page .join_xx .xx p{
    font-size: 24px;
    color: #000;
    line-height: 35px;
}
.ny_cont_bg .join_page .join_xx .xx span{
    font-size: 16px;
    color: #666;
    padding: 18px 0px;
    line-height: 25px;
    display: block;
}
.ny_cont_bg .join_page .join_xx a{
    width: 235px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #e00430;
    float: right;
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
    display: block;
}
.ny_cont_bg .join_page .nr{
    margin-top: 60px;
    margin-bottom: 80px;
}
.ny_cont_bg .join_page .nr .title{
    line-height: 40px;
    height: 40px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
}
.ny_cont_bg .join_page .nr .title:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #e00430;
    bottom: 0px;
    left: 0px;
    z-index: 12;
}
.ny_cont_bg .join_page .nr .title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    top: 50%;
    left: 0px;
}
.ny_cont_bg .join_page .nr .title span {
    font-size: 18px;
    padding: 10px 20px 10px 0px;
    position: relative;
    z-index: 10;
    width: 150px;
    text-align: left;
}
.ny_cont_bg .join_page .nr .cont{
    line-height: 32px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}


/*投资者关系*/
.ny_cont_bg .tzzgx_list{
    width: 1200px;
    margin: 0 auto;
}
.ny_cont_bg .tzzgx_list .list{
    padding: 50px 0 0;
}
.ny_cont_bg .tzzgx_list .list li{
    border-bottom: 1px solid #eeeeee;
}
.ny_cont_bg .tzzgx_list .list li a{
    padding: 20px 0px;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.ny_cont_bg .tzzgx_list .list li a span{
    display: block;
    color: #333;
}
.ny_cont_bg .tzzgx_list .list li a div{
    display: block;
    font-style: normal;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 25px;
    height: 25px;
    overflow: hidden;
}
.ny_cont_bg .tzzgx_list .list li a div img{
    transition: all .5s;
    -webkit-transition: all .5s;
    width: 100%;
    height: 100%;
}

.ny_cont_bg .tzzgx_list .list li a:hover span{
    color: #1e1a5c;
}
.ny_cont_bg .tzzgx_list .list li a:hover div img:first-child{
    display: none;
}


/*页码*/
.pagination{
    text-align: left;
    display: inherit;
    margin: 50px 0;
}
.pagination li {
    margin-right: 7px;
    display: inline-block;
}
.pagination li:first-child{
    display: none!important;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1e1a5c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li a, .pagination li span {
    border-radius: 0
}

.pagination li span {
    background: #1e1a5c!important;
    border: 1px solid #1e1a5c!important;
    color: #fff!important;
}

.pagination li a:hover, .pagination li span:hover {
    background: #1e1a5c!important;
    border: 1px solid #1e1a5c!important;
    color: #fff!important;
}

/*.pager {*/
/*margin: 71px 0 178px 0*/
/*}*/



/*页底*/
.foot_bg{
    background: #f5f5f5;
    padding: 40px 0 0;
}
.foot_bg .foot_sb{
    width: 1200px;
    margin: 0 auto;
}
.foot_bg .foot_sb .nav{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.foot_bg .foot_sb .nav div{
    width: 16.6%;
}
.enfoot_bg .foot_sb .nav div{
    width: 33.3%;
    margin-bottom: 20px;
}
.foot_bg .foot_sb .nav div p{
    font-size: 22px;
    line-height: 42px;
    color: #222;
    text-indent: 20px;
}
.foot_bg .foot_sb .nav div a{
    font-size: 18px;
    line-height: 38px;
    color: #666;
    text-indent: 20px;
}
.foot_bg .foot_sb .bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000;
}
.foot_bg .foot_sb .bottom .ba{
    display: flex;
    flex-wrap: wrap;
}
.foot_bg .foot_sb .bottom .ba p{
    font-size: 14px;
    line-height: 90px;
    color: #222;
}
.foot_bg .foot_sb .bottom .ba a{
    font-size: 14px;
    line-height: 90px;
    color: #222;
    margin-right: 40px;
}
.foot_bg .foot_sb .bottom .ewm{
    position: relative;
}
.foot_bg .foot_sb .bottom .ewm p{
    font-size: 14px;
    line-height: 37px;
    color: #222;
    border: 1px solid #222;
    border-radius: 20px;
    padding: 0 60px 0 20px;
    background: url("../images/ewm_tb.png") no-repeat right 20px center;
    background-size: 20px 20px;
}
.foot_bg .foot_sb .bottom .ewm img{
    position: absolute;
    right: 0;
    top: -128px;
    width: 128px;
    height: 128px;
    display: none;
}
.foot_bg .foot_sb .bottom .ewm:hover img{
    display: block;
}




.yd_heard_bg,.xialaph{
    display: none;
}

/*响应式*/
@media (min-width: 0px) and (max-width: 1570px) {
    .enheard_bg{
        display: none;
    }
    .en_yd_heard_bg {
        width: 100%;
        height: 100px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
        background: #fff;
        box-sizing: border-box;
        padding: 0 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .en_yd_heard_bg .logo{
        width: auto;
        height: 50px;
    }
    .en_yd_heard_bg .logo img{
        width: auto;
        height: 100%;
    }

    .en_yd_heard_bg .xl_an{
        cursor: pointer;
        width: 50px;
        height: 50px;
        text-align: center;
        background: #252161;
    }
    .en_yd_heard_bg .xl_an .point{
        display: inline-block;
        width: 28px;
        height: 22px;
        margin-top: 12px;
        position: relative;
    }
    .en_yd_heard_bg .xl_an .point .navbtn{
        position: absolute;
        top: 12px;
        right: 0;
        display: inline-block;
        width: 21px;
        height: 2px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
    }
    .en_yd_heard_bg .xl_an .point .navbtn:before,.en_yd_heard_bg .xl_an .point .navbtn:after{
        position: absolute;
        right: 0;
        display: inline-block;
        width: 28px;
        height: 2px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #FFF;
    }
    .en_yd_heard_bg .xl_an .point .navbtn:before{
        top: 10px;
    }
    .en_yd_heard_bg .xl_an .point .navbtn:after{
        top: -10px;
    }

    .en_yd_heard_bg .xl_an.activ .point .navbtn{
        background: transparent;
    }
    .en_yd_heard_bg .xl_an.activ .point .navbtn:before{
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
    }
    .en_yd_heard_bg .xl_an.activ .point .navbtn:after{
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }

    /*下拉菜单*/
    .enxialaph {
        top: 100px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1;
        display: none;
        position: fixed;
    }

    .enxialaph h4 .pcontainer {
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .enxialaph h4{
        border-bottom: 1px solid #e5e5e5;
    }
    .enxialaph h4 a{
        color: #333;
        font-size: 16px;
        line-height: 55px;
    }

    .enxialaph h4 img{
        width: 15px;
        height: 8px;
        float: right;
        margin-top: 23.5px;
        cursor: pointer;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

    .enxialaph .img_d{
        display: none;
    }
    .enxialaph h4.activ img.img_s{
        display: none;
    }
    .enxialaph h4.activ img.img_d{
        display: block;
    }


    .enxialaph .ul2{
        width: 95%;
        margin: 0px auto;
        display: none;
    }
    .enxialaph h5{
        border-bottom: 1px solid #e5e5e5;
    }
    .enxialaph h5 a{
        color: #333;
        font-size: 14px;
        line-height: 50px;
        display: block;
    }
    .enxialaph a:hover{
        color: #252161;
    }

    .enxialaph .g-wrap{
        width: 100%;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
    .enxialaph .g-wrap .so{
        width: 100%;
        height: 35px;
        margin: 15px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #dddddd;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .enxialaph .g-wrap .so input{
        width: calc(100% - 25px);
        height: 33px;
        background: #fff;
        line-height: 33px;
        color: #888;
        font-size: 14px;
    }
    .enxialaph .g-wrap .so button{
        width: 25px;
        height: 25px;
        border: none;
        background: transparent url("../images/search_tb.png") no-repeat center;
        background-size: 100% 100%;
    }
    .enxialaph .g-wrap .mlang{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px auto 15px auto;
    }
    .enxialaph .g-wrap .mlang a{
        background: #e00430;
        color: #fff;
        padding: 0px 20px;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
    }

}
@media (min-width: 0px) and (max-width: 1465px) {
    .heard_bg{
        display: none;
    }

    /*头部*/
    .yd_heard_bg {
        width: 100%;
        height: 100px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
        background: #fff;
        box-sizing: border-box;
        padding: 0 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .yd_heard_bg .logo{
        width: auto;
        height: 50px;
    }
    .yd_heard_bg .logo img{
        width: auto;
        height: 100%;
    }

    .yd_heard_bg .xl_an{
        cursor: pointer;
        width: 50px;
        height: 50px;
        text-align: center;
        background: #252161;
    }
    .yd_heard_bg .xl_an .point{
        display: inline-block;
        width: 28px;
        height: 22px;
        margin-top: 12px;
        position: relative;
    }
    .yd_heard_bg .xl_an .point .navbtn{
        position: absolute;
        top: 12px;
        right: 0;
        display: inline-block;
        width: 21px;
        height: 2px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
    }
    .yd_heard_bg .xl_an .point .navbtn:before,.yd_heard_bg .xl_an .point .navbtn:after{
        position: absolute;
        right: 0;
        display: inline-block;
        width: 28px;
        height: 2px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #FFF;
    }
    .yd_heard_bg .xl_an .point .navbtn:before{
        top: 10px;
    }
    .yd_heard_bg .xl_an .point .navbtn:after{
        top: -10px;
    }

    .yd_heard_bg .xl_an.activ .point .navbtn{
        background: transparent;
    }
    .yd_heard_bg .xl_an.activ .point .navbtn:before{
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
    }
    .yd_heard_bg .xl_an.activ .point .navbtn:after{
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }

    /*下拉菜单*/
    .xialaph{
        top: 100px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1;
        display: none;
        position: fixed;
    }

    .pcontainer {
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .xialaph h4{
        border-bottom: 1px solid #e5e5e5;
    }
    .xialaph h4 a{
        color: #333;
        font-size: 16px;
        line-height: 55px;
    }

    .xialaph h4 img{
        width: 15px;
        height: 8px;
        float: right;
        margin-top: 23.5px;
        cursor: pointer;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

    .xialaph .img_d{
        display: none;
    }
    .xialaph h4.activ img.img_s{
        display: none;
    }
    .xialaph h4.activ img.img_d{
        display: block;
    }


    .xialaph .ul2{
        width: 95%;
        margin: 0px auto;
        display: none;
    }
    .xialaph h5{
        border-bottom: 1px solid #e5e5e5;
    }
    .xialaph h5 a{
        color: #333;
        font-size: 14px;
        line-height: 50px;
        display: block;
    }
    .xialaph a:hover{
        color: #252161;
    }

    .g-wrap{
        width: 100%;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
    .g-wrap .so{
        width: 100%;
        height: 35px;
        margin: 15px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #dddddd;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .g-wrap .so input{
        width: calc(100% - 25px);
        height: 33px;
        background: #fff;
        line-height: 33px;
        color: #888;
        font-size: 14px;
    }
    .g-wrap .so button{
        width: 25px;
        height: 25px;
        border: none;
        background: transparent url("../images/search_tb.png") no-repeat center;
        background-size: 100% 100%;
    }
    .g-wrap .mlang{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 15px auto 15px auto;
    }
    .g-wrap .mlang a{
        background: #e00430;
        color: #fff;
        padding: 0px 20px;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
    }


    #slideBox{
        padding-top: 100px;
    }





    /*内容*/
    .sy_cont_bg .sy_product .list .nr{
        width: 100%;
    }
    .sy_cont_bg .sy_news .nr .xx{
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .sy_cont_bg .sy_join .list{
        width: 100%;
    }

    .nr_top_banner{
        margin-top: 100px;
    }
    .ny_cont_bg .top{
        padding: 0 20px;
    }
    .ny_cont_bg .top .nav{
        width: 100%;
    }
    .ny_cont_bg .about{
        width: 100%;
        padding: 70px 20px;
        box-sizing: border-box;
    }
    .ny_cont_bg .about > img{
        width: 30%;
    }
    .ny_cont_bg .about div{
        width: 50%;
    }
    .ny_cont_bg .page{
        width: 100%;
        padding: 70px 20px;
        box-sizing: border-box;
    }


    .ny_cont_bg .news_list{
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .ny_cont_bg .news_list .nr .sj{
        width: 8%;
    }
    .ny_cont_bg .news_list .nr .sj span{
        display: block;
    }
    .ny_cont_bg .news_list .nr .xx{
        width: 90%;
    }

    .ny_cont_bg .news_page{
        width: 100%;
    }
    .ny_cont_bg .news_page .top{
        padding: 90px 20px 30px;
    }
    .ny_cont_bg .news_page .nr{
        padding: 35px 20px 60px;
    }
    .ny_cont_bg .news_page .sxp{
        padding: 50px 20px;
    }

    .ny_cont_bg .tzzgx_list{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }


    .foot_bg .foot_sb{
        width: 100%;
    }
    .foot_bg .foot_sb .bottom{
        padding: 0 20px;
    }
}


