/* made in vikasp */
/*公用*/
* {
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


html,
body {
    font-family: "微软雅黑", Helvetica Neue, Tahoma, Arial;
    color: #333;
    line-height: 1.6;
}

i {
    font-style: normal;
}

li {
    list-style: none;
}

label {
    font-weight: normal;
}

a {
    color: #212121;
    text-decoration: none;
}

a:hover {
    /* color: #212121; */
    text-decoration: none;
}

.clearr {
    clear: both;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
}

.imgs {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gy_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 3%;
    margin: 0px auto;
}

.show_pc {
    display: block;
}

.show_wap {
    display: none;
}

/* 艾瑞达 */

.head_pc_top {
    background: #202020;
    padding: 5px 0px;
}

.head_pc_top_bd {
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_pc_main_bd {
    height: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head_pc_mainr a {
    padding-left: 30px;
    font-weight: bold;
}

.head_pc_mainr a.active {
    color: #005BAC;
}

.head_pc_mainr a:hover {
    color: #005BAC;
}

/* banner */
.swiper-container {
    max-width: 100%;
    max-height: 100%;
}

.ng_slide {
    font-size: 0.94736842rem;
    background: #fff;
    /* Center slide text vertically */
    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;
    text-align: center;
}

.ng_slide {
    position: relative;
}

.ng_slide img {
    display: block;
    position: relative;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
    width: 100%;
}

.ng_swipe .swiper-pagination-bullet {
    width: 2.10526316rem;
    border-radius: 5px;
    height: 4px;
    background: #fff;
    opacity: 0.6;
}

.ng_swipe .swiper-pagination-bullet-active {
    background: #0059AC;
}

.ng_swipea .swiper-pagination-bullet {
    width: 2.10526316rem;
    border-radius: 5px;
    height: 4px;
    background: #fff;
    opacity: 0.6;
}

.ng_swipea .swiper-pagination-bullet-active {
    background: #0059AC;
}

/* pro */
.pro {
    background: url(../bg1.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0px 60px;

}

.gy_tit h4 {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.gy_tit h5 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0px 50px;
    color: #666;
}

.pro_cont_titx {
    width: 179px;
    height: 42px;
    background: #fff;
    color: #0059AC;
    text-align: center;
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 42px;
    border: 1px #0059AC solid;
    border-radius: 5px;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.pro_cont_tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.pro_cont_titxa {
    margin-right: 40px;
}

.pro_cont_tit .pro_cont_titx.active {
    background: #0059AC;
    color: #fff;
}

.pro_cont_titx:hover {
    background: #0059AC;
    color: #fff;
}

.pro_cont_box {
    background: #fff;
    padding: 50px 25px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
}

.pro_cont_box_item {
    display: none;
}

.pro_cont_box_item_bd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.pro_cont_box .pro_cont_box_item.active {
    display: block;
}

.pro_cont_item {
    width: 25%;
    margin-bottom: 60px;
}

.pro_cont_itemt {
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}

.pro_cont_itemp {
    font-size: 14px;
    text-align: center;
    color: #666;
}

/* case */
.case {
    padding: 30px 0px;
}

.case_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.case_item {
    width: 24%;
}

.case_item_box {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
    border: 1px #f1f1f1 solid;
    box-sizing: border-box;
    padding: 15px;
}

.case_itemi {
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px #f1f1f1 solid;
    border-bottom: none;
}

.case_itemi img {
    transition: all ease-in-out .5s;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    
}

.case_item:hover .case_itemi img {
    scale: 1.1;
}

.case_item_t {
    /* padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px #eee dashed; */
    font-weight: bold;
    /* transition: all ease-in-out .5s; */
    text-align: center;
}

.case_item_p {
    font-size: 14px;
    color: #999;
    border-bottom: 1px #eee dashed;
}

.case_item_more {
    padding-top: 7px;
    margin-top: 7px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.case_item:hover .case_itemi img {
    scale: 1.1;
}

.case_item:hover .case_item_t {
    /* padding-left: 10px; */
    color: #0059AC;
}

.case_item:hover .case_item_morej {
    color: #0059AC;
}
.case_more{
    width: 120px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    margin: 25px auto 15px;
    background: #0059AC;
    color: #fff;
    display: block;
    border-radius: 4px;
}
/* 企业概况 */
.qygk {
    background: url(../bg2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 70px 0px 40px;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.qygk_box h1 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 45px;
    letter-spacing: 3px;
}

.qygk_box p {
    text-indent: 2em;
    line-height: 2;
}

.qygk_box a {
    display: block;
    margin: 40px auto 0px;
    text-align: center;
    color: #fff;
}

/* news */
.news {
    margin: 70px auto;
}

.news_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.news_cont {
    width: 32%;
    border: 1px #f1f1f1 solid;
    box-sizing: border-box;
}

.news_conti img {
    width: 100%;
}

.news_cont_bd {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
}

.news_contt {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #eee dashed;
}

.news_conttx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_conttl {
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    border-left: 5px #D72025 solid;
}

.news_conttr {
    font-size: 14px;
    color: #999;
}

.news_cont_box_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px #eee dashed;
}

.news_cont_boxm {
    flex: 1;
    color: #777;
}

.news_cont_boxm i {
    color: #999;
    font-size: 14px;
}

.news_cont_boxr {
    width: 80px;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

.news_cont_box_item:hover .news_cont_boxm {
    color: #0059AC;
}

.news_cont_box_item:hover .news_cont_boxr {
    color: #0059AC;
}

.news_cont_box_item:hover .news_cont_boxm i {
    color: #0059AC;
}

/* 合作客户 */
.hzkh {
    background: #F1F4F7;
    padding: 70px 0px;
}
.hzkh_boxyy{
    height: 340px;
    overflow: hidden;
}
.hzkh_box {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hzkh_box p {
    width: 22%;
    border: 1px #f1f1f1 solid;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .08);
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background:#fff url(../logos.png) center center no-repeat;
    box-sizing: border-box;
    padding: 25px;
    height: 100px;
    text-align: center;
}

.hzkh_boxi img {
    border-radius: 3px;
    transition: all ease-in-out .5s;
}


.hzkh_boxi:hover img {
    scale: 1.1;
}

/* foot */
.foota {
    padding: 110px 0px;
    background: url(../bg3.jpg) center center no-repeat;
    background-size: cover;
}

.footb {
    background: #202020;
    padding: 20px 0px;
}

.footb_bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #868686;
    flex-wrap: wrap;
}

.footb_bd a {
    color: #868686;
}

.foota_bd {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.foota_bdl {
    width: 60%;
}

.foota_bdr {
    width: 40%;
}

.foota_bdr p {
    color: #fff;
    margin-bottom: 10px;
}

.foota_bdl_bd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.foota_bdl_bd a {
    width: 33%;
    color: #fff;
    margin-bottom: 10px;
}

/* 内页 */
#web {
    background: #F1F4F7;
    padding-bottom: 40px;
}

.ny_gy_top {
    background: #fff;
}

.ny_gy_top_box {
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    line-height: 70px;
}

.ny_gy_top_box a {
    padding: 0px 20px;
}

.ny_gy_top_box a.active {
    background: #0061ae;
    color: #fff;
}

.ny_gy_top_box a:hover {
    background: #0061ae;
    color: #fff;
}

.web_box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, .1);
    padding: 25px;
    margin: 40px auto 20px;
}

.ny_news_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #eee dashed;
}

.ny_news_itemt {
    font-size: 16px;
    flex: 1;
}
.ny_news_itemt i{
    color: #666;
}
.ny_news_item:hover a{
    color: #0059AC;
}
.ny_news_item:hover .ny_news_itemt i{
    color: #0059AC;
}

.ny_news_itemp {
    font-size: 14px;
    color: #666;
    margin: 10px 0px;
}

.ny_news_items {
    font-size: 14px;
    color: #999;
    width: 100px;
    margin-left: 10px;
}

.ny_news_itemx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 分页 */

.qdzs_cgan_page {

    margin-top: 15px;

    display: flex;

    justify-content: center;

    align-items: center;
    padding: 25px 0px;
    background: #fff;
    box-shadow: 0 1px 5px #eee;
    border-radius: 10px;

}



.qdzs_cgan_page li a {

    display: block;

    border: 1px #eee solid;

    padding: 2px 10px;

    margin-right: 10px;

    color: #6e6e6e;

}

.qdzs_cgan_page li.active a {

    background: #0061ae;

    color: #fff;

}

.qdzs_cgan_page li a:hover {

    background: #0061ae;

    color: #fff;

}

.ny_gy_top_box_show {
    line-height: 70px;
}

.ny_gy_top_box_show a {
    color: #666;
}

.img_show_main_sx {

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #999;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
    flex-wrap: wrap;

}



.img_show_main_sx a {

    width: 50%;

    color: #999;

}

.show_new_bd h1 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #eee dashed;
    text-align: center;
}

.show_new_tit {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-bottom: 35px;
}

.show_new_box {
    padding: 20px 40px;
}

/* ny_case */
.ny_case_box {
    justify-content: flex-start;
}

.ny_case_item {
    margin-right: 1%;
    margin-bottom: 25px;
}

.load_img_t {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    text-align: center;
}

.zxly h3{
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.zxly h4{
    text-align: center;
    font-size: 18px;
    margin-bottom: 35px;
}

.zxly_bd{
    padding: 0px 40px;
}

.zxlya{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.zxlya input{
    width: 32%;
    height: 40px;
    line-height: 40px;
    border: 1px #ddd solid;
    border-radius: 4px;
    padding: 3px 0px 3px 15px;
    box-sizing: border-box;
}
.zxlyb{
    margin-bottom: 15px;
}
.zxlyb textarea{
    border: 1px #ddd solid;
    border-radius: 4px;
    padding: 15px 0px 15px 15px;
    box-sizing: border-box;
    width: 100%;
}


.zxlyc{
    display: flex;
    justify-content: center;
    align-items: center;
}

.zxlyc input{
    padding: 10px 15px;
    border: none;
    background: #0059AC;
    color: #fff;
    border-radius: 4px;
    margin-right: 15px;
    cursor: pointer;
}

/* 左右结构 */

.list_xm{
    margin: 40px auto 20px;
}

.list_xm_bd{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.list_xm_bdl{
    width: 280px;
    margin-right: 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
}

.list_xm_bdr{
    flex: 1;
    box-sizing: border-box;
    padding: 25px;
    background: #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
}

.list_xm_bdl h1{
    background: #0059AC;
    color: #fff;
    padding:10px 0px 10px 20px;
    font-size: 14px;
    border-bottom: 1px #fff solid;
}

.list_xm_bdl h1 i{
    font-size: 14px;
}

.list_xm_bdl_box a{
    display: block;
    padding:10px 0px 10px 20px;
    font-size: 14px;
    border-bottom: 1px #ddd dashed;
    transition: all ease-in-out .5s;
}

.list_xm_bdl_box a i{
    color: #666;
}

.list_xm_bdl_box a.active{
    color: #fff;
    background: #0059AC;
}

.list_xm_bdl_box a.active i{
    color: #fff;
}

.list_xm_bdl_box a:hover{
    color: #fff;
    background: #0059AC;
}

.list_xm_bdl_box a:hover i{
    color: #fff;
}




































