



.yu_dw{
    width: 100%;
    padding: 20px 0;
}
.yu_dw .yu_1590{
    display: flex;
    align-items: center;
}
.yu_dw i{
    font-size: 18px;
    color: #666;
}
.yu_dw a{
    font-size: 16px;
    color: #666;
    margin: 0 8px;
}
.yu_dw a:hover{
    color: #0184c8;
}

/* 热门产品 */
.rm_title{
    width: 100%;
    padding: 40px 0;
    font-size: 32px;
    color: #333;
    font-weight: bold;
}
.rm_ul{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.rm_ul li{
    width: 31%;
    /*height: 480px;*/
    border-radius: 15px;
    overflow: hidden;
}
.rm_ul li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.rm_ul li a img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.rm_ul li a .rm_com{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px 20px;
    background-image: linear-gradient(to bottom, #fff0, #3333339c);
}
.rm_ul li a .rm_com .title{
    width: 100%;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.rm_ul li a .rm_com .text{
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.rm_ul li a .rm_com .look_more{
    width: 100%;
    font-size: 16px;
    color: #fff;
    display: none;
}
.rm_ul li a .rm_com .look_more i{
    font-size: 16px;
    color: #fff;
}
.rm_ul li a:hover img{
    transform: scale(1.1);
}
.rm_ul li a:hover .look_more{
    display: block;
}


/* 产品中心 */
.prod_com{
    width: 100%;
}
.prod_com li{
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s;
}
.prod_com li:nth-child(1){
    width: 48.67%;
}
.prod_com li:nth-child(3){
    margin-right: 0;
}
.prod_com li:nth-child(7){
    margin-right: 0;
}
.prod_com li a{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.prod_com li a .a_img{
    width: 100%;
    height: 340px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #FFFEFF, #C8C9C9);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.prod_com li a .a_img img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.prod_com li a .a_p{
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s;
} 
.prod_com li:hover{
    box-shadow: 0 0 12px 4px #d9d9d9;
}
.prod_com li a:hover .a_p{
    background-color: #0184c8;
    color: #fff;
}


.pro_list{
    width: 100%;
    margin-bottom: 50px;
}
.pro_list li{
    margin-right: 40px;
}
.pro_list li a{
    display: flex;
    padding-bottom: 7px;
    border-bottom: 3px solid #0182c800;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.pro_list .pto_liact a{
    border-bottom: 3px solid #0184c8;
    font-size: 18px;
    color: #0184c8;
}
.pro_list li a:hover{
    color: #0184c8;
}

.profrom{
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    border: 2px solid #DEDEDE;
    border-radius: 60px;
    background-color: #F8F8F8;
    overflow: hidden;
}
.profrom input{
    flex: 1;
    font-size: 16px;
    background-color: #F8F8F8;
    padding: 0 20px;
    box-shadow: 0 0 0px 1000px #f8f8f8 inset;
    -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
    -moz-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
    -ms-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
	-o-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
}
.profrom button{
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    font-size: 20px;
    color: #fff;
    background-color: #80A6BB;
}
.profrom button i{
    font-size: 26px;
    color: #fff;
}

/* 产品中心-列表页 */
.pro_listUL{
    width: 100%;
    align-items: flex-start;
    margin-top: 40px;
}
.pro_listUL li{
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 30px;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    transition: all .3s;
}
.pro_listUL li:nth-child(4n){
    margin-right: 0;
}
.pro_listUL li a{
    width: 100%;
    display: block;
}

.pro_listUL li a .a_img{
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #FFFEFF, #C8C9C9);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.pro_listUL li a .a_img img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: all .3s;
}
.pro_listUL li a .title{
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s;
    padding: 15 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro_listUL li a .text{
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pro_listUL li a p{
    width: 100%;
    padding: 0 20px;
    font-size: 15px;
    color: #333;
}
.pro_listUL li a p i{
    font-size: 18px;
    color: #333;
    margin-left: 20px;
}
.pro_listUL li a p span{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
}
.pro_listUL li:hover {
    box-shadow: 0 0 12px 4px #d9d9d9;
}
.pro_listUL li a:hover p{
    background-color: #0184c8;
    color: #fff;
}
.pro_listUL li a:hover .title{
    color: #0184c8;
}
.pro_listUL li a:hover p>span>i{
    color: #fff;
}
.pro_listUL li a:hover p>span{
    border-top: 1px solid #0184c8;
}
.pro_listUL li a:hover .a_img>img{
    transform: scale(1.1);
}

/* 产品中心-详情 */
.yu_fadajin .yu_1590{
    padding: 60px;
    background: #fff;
    border-radius: 10px;
}
.fadajin{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}
.fadajin .fdj{
    width: 630px;
}
.fadajin .fdj .img{
    width: 100%;
    height: 470px;
    /* border: 1px solid #d9d9d9; */
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #FFFEFF, #C8C9C9);
}
.fadajin .fdj .img img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.fadajin .fdj_swi{
    width: 100%;
    position: relative;
    padding: 0 30px;
}
.fadajin .fdj_swi .swiper-slide{
    height: 90px;
    border: 2px solid #d9d9d9;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fadajin .fdj_swi .swiper-slide img{
    width: auto;
    height: 100%;
}
.fadajin .swiper-button-next, 
.fadajin .swiper-button-prev{
    width: 20px;
    height: 90px;
    background-color: #0184c8;
    --swiper-navigation-size:20px;
    color: #fff;
    top: 10px;
}

.fadajin .swiper-button-next{
    right: 0;
}
.fadajin .swiper-button-prev{
    left: 0;
}
.fdj_com{
    flex: 1;
    margin-left: 100px;
}
.fdj_com .title{
    width: 100%;
    padding: 15px 0;
    font-weight: bold;
    font-size: 30px;
    color: #333;
}
.fdj_com .text{
    width: 100%;
    margin-bottom: 60px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.more_as{
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
}
.more_as img{
    width: auto;
}

.view_com{
    width: 100%;
    padding: 20px 0;
}
.view_com .title{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.view_com .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2.5px;
    background-color: #0184c8;
}
.view_com p{
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 15px;
}

.view_ul{
    width: 100%;
    align-items: flex-start;
    padding-top: 20px;
}
.view_ul li{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.view_ul li:nth-child(3n){
    margin-right: 0;
}
.view_ul li a{
    width: 100%;
    display: block;
}
.view_ul li a .img{
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.view_ul li a .img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.view_ul li a p{
    width: 100%;
    padding: 15px;
    background-color: #DDDDDD;
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    transition: all .3s;
}
.view_ul li a:hover .img>img{
    transform: scale(1.1);
}
.view_ul li a:hover p{
    background-color: #0184c8;
    color: #fff;
}


/* 行业应用 */
.indu_ul{
    width: 100%;
}
.indu_ul li{
    width: 100%;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 12px;
}
.indu_ul li a{
    width: 100%;
    display: flex;
    align-items: center;
}
.indu_ul li a .img{
    width: 480px;
    height: 290px;
    overflow: hidden;
    margin-right: 60px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indu_ul li a .img img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: all .3s;
}
.indu_ul li a .indu_com{
    flex: 1;
}
.indu_ul li a .indu_com .time{
    font-size: 16px;
    color: #0184c8;
    margin-bottom: 10px;
}
.indu_ul li a .indu_com .title{
    font-size: 26px;
    color: #333;
    margin-bottom: 18px;
}
.indu_ul li a .indu_com .text{
    width: 92%;
    font-size: 16px;
    color: #666;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.indu_ul li:hover{
    box-shadow: 0 0 9px 2px #d9d9d9;
}
.indu_ul li a:hover .img>img{
    transform: scale(1.1);
}
.indu_ul li a:hover .title{
    color: #0184c8;
}

.yu_banner{
    width: 100%;
    position: relative;
}
.yu_banner img{
    width: 100%;
}
.yu_banner .baner_pf{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 18px 0;
}
.yu_banner .baner_pf i{
    font-size: 18px;
    color: #fff;
}
.yu_banner .baner_pf a{
    font-size: 16px;
    color: #fff;
    margin: 0 8px;
}
.yu_banner .baner_pf_view{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    padding: 20px 0;
}
.yu_banner .baner_pf_view .title{
    font-size: 40px;
    color: #fff;
    margin-bottom: 18px;
}
.yu_banner .baner_pf_view .text{
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.view_fh{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.view_fh a{
    display: block;
}

.indu_view{
    width: 100%;
}
.indu_view .title{
    width: 100%;
    padding: 40px 0;
    font-size: 36px;
    color: #333;
}
.indu_view .view_text{
    width: 100%;
}
.indu_view .view_text img{
    max-width: 100%;
    width: auto;
}
.view_video{
	width: 100%;
	display: flex;
    justify-content: center;
}
.view_video video{
	width: 60%;
}
.Related{
    background-color: #F8F8F8;
}
.Related .title{
    font-size: 24px;
}


/* 服务支持 */
.switch{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 60px;
}
.switch .switch_ul{
    border-radius: 60px;
    background-color: #EBEBEB;
    overflow: hidden;
}
.switch .switch_ul li{
    width: 200px;
    height: 55px;
    border-radius: 60px;
}
.switch .switch_ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.switch .switch_ul .switch_li{
    background-color: #0184c8;
}
.switch .switch_ul .switch_li a{
    color: #fff;
}
.switch .switch_ul li a:hover{
    background-color: #0184c8;
    color: #fff;
    border-radius: 60px;
}

.ser_sousuo{
    width: 100%;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #d9d9d9;
    margin-bottom: 40px;
}
.ser_sousuo .xiala{
    width: 240px;
    height: 100%;
    background-color: #fff;
    border-radius: 60px;
    position: relative;
}
.ser_sousuo .xiala .xiala_com{
    width: 100%;
    height: 100%;
    justify-content: space-around;
    cursor: pointer;
}
.ser_sousuo .xiala .xiala_com span{
    font-size: 16px;
    color: #0184c8;
}
.ser_sousuo .xiala .xiala_com i{
    font-size: 18px;
    color: #0184c8;
}
.ser_sousuo .xiala .xiala_list{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
    z-index: 5;
}
.ser_sousuo .xiala .xiala_list a{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ser_sousuo .xiala .xiala_list a:hover{
    color: #0184c8;
}
.service_from{
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 60px;
    overflow: hidden;
}
.service_from input {
    flex: 1;
    font-size: 16px;
    background-color: #F8F8F8;
    padding: 0 20px 0 50px;
    box-shadow: 0 0 0px 1000px #f8f8f8 inset;
    -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
    -moz-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
    -ms-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
	-o-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
}
.service_from button {
    width: 200px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    font-size: 20px;
    color: #fff;
    background-color: #80A6BB;
}

/* 资料下载 */
.download_ul{
    width: 100%;
    align-items: flex-start;
}
.download_ul li{
    width: 31%;
    height: 270px;
    margin-right: 2.666%;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 38px;
    transition: all .3s;
}
.download_ul li:nth-child(3n){
    margin-right: 0;
}
.download_ul li .time{
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.download_ul li .title{
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.download_ul li .looks{
    width: 100%;
    font-size: 14px;
    color: #0184c8;
    margin-bottom: 22px;
}
.download_ul li:hover{
    box-shadow: 0 0 9px 2px #d9d9d9;
}

/* .业务支持 */
.bus_title{
    width: 100%;
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}
.bus_view{
    padding: 20px 0;
}
.bus_view img{
    width: auto;
    max-width: 100%;
}
.bus_sq{
    border-top: 2px solid #d9d9d9;
}
.bus_form{
    width: 100%;
    padding: 26px;
    background-color: #EEEEEE;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 8px;
}
.bus_form .bus_inp{
    width: 48%;
    height: 50px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.bus_form .bus_inp span{
    font-size: 16px;
    color: #666;
    margin-right: 20px;
}
.bus_form .bus_inp input{
    flex: 1;
    height: 92%;
    box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -moz-box-shadow: 0 0 0px 1000px #fff inset;
    -ms-box-shadow: 0 0 0px 1000px #fff inset;
	-o-box-shadow: 0 0 0px 1000px #fff inset;
}
.bus_form .bus_inp select{
    height: 92%;
    flex: 1;
    outline: none;
    border: none;
}
.bus_form .bus_text{
    width: 100%;
    margin-bottom: 20px;
}
.bus_form .bus_text textarea{
    width: 100%;
    outline: none;
    border: none;
    padding: 20px;
    border-radius: 6px;
}
.bus_btns {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bus_btns .button{
    display: block;
    margin: 0 auto;
}

/* 防伪查验 */
.check{
    width: 100%;
}
.check .taps{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 40px;
}
.check .taps img{
    margin: 0 15px;
}
.check .check_com{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 56px 100px;
    background-color: #fff;
    border-top: 3px solid #BBBBBB;
}
.check .check_com form{
    width: 100%;
    display: flex;
    align-content: center;
    margin-bottom: 60px;
}
.check .check_com form input{
    flex: 1;
    height: 60px;
    margin-right: 30px;
    background-color: #FFFFFF;
    box-shadow: inset 0 0 9px 2px #d9d9d9;
    border-radius: 10px;
    padding: 0 15px;
}
.check .check_com form button{
    width: 160px;
    height: 60px;
    border-radius: 6px;
    background-color: #B80008;
    font-size: 20px;
    color: #fff;
    margin-right: 30px;
}
.check .check_com form button:hover{
    box-shadow: 0 0 9px 1px #b9b9b9;
}
.check .check_com .ps3{
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.check .check_com .ps2{
    font-size: 16px;
    color: #B80008;
    margin-bottom: 15px;
    padding-top: 25px;
    border-top: 1px solid #d9d9d9;
}

.aboutB-b .img-box{
	overflow: hidden;
	transition: all .3s;
}
.aboutB-b .img-box:hover{
	transform: scale(1.1);
}

/* 关于我们 */
.jieshao {
    width: 100%;
}
.jieshao .tent{
    width: 60%;
    padding: 0 10%;
}
.jieshao .tent .title{
    font-size: 32px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
}
.jieshao .tent .title::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #0184c8;
}
.jieshao .tent .text{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: justify;
}

.jieshao .img{
    width: 40%;
    overflow: hidden;
}
.jieshao .img img{
	transition: all .3s;
}
.jieshao .img:hover img{
	transform: scale(1.1);
}
.shuju_ul{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0 0;
}
.shuju_ul li{
    display: flex;
    flex-direction: column;
}
.shuju_ul li .title{
    font-size: 14px;
    color: #333;
}
.shuju_ul li .num_com{
    display: flex;
    align-items: flex-end;
}
.shuju_ul li .num_com .num{
    font-size: 60px;
    color: #0184c8;
}
.shuju_ul li .num_com span{
    font-size: 22px;
    color: #0184c8;
}

/* 发展历程 */
.adout_uss{
    background: url(../images/about_backg.png) no-repeat;
    background-size: 100% 100%;
    padding: 100px 0 150px;
}
.us_tent{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.us_tent .us_left{
    width: auto;
    margin-right: 50px;
}
.us_tent .us_right{
    flex: 1;
    padding-left: 150px;
}
.us_tent .us_right .us_coms{
    width: 100%;
    display: none;
}
.us_tent .us_right .us_coms .title{
    width: 100%;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
} 
.us_tent .us_right .us_coms .text{
    width: 100%;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
} 



/* 企业文化 */
.wenhua_text{
    width: 80%;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin: 0 auto;
    padding: 40px 0;
}
.wh_ul{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.wh_ul li{
    width: 23%;
    height: 440px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.wh_ul li img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.wh_ul li:hover img{
	transform: scale(1.1);
}
.wh_ul li .wh_div{
    width: 100%;
    position: absolute;
    top: 50px;
    padding: 0 20px;
} 
.wh_ul li .wh_div .title{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.wh_ul li .wh_div .text{
    font-size: 18px;
    color: #fff;
}

/* 荣誉证书 */
/* .zs{
    background-color: #f8f8f8;
} */
.zs_swiper{
    width: 100%;
}
.zs_swiper .swiper-container{
    padding-bottom: 40px;
}
.zs_swiper .swiper-pagination{
    bottom: 0;
}
.zs_swiper .swiper-slide{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}
.zs_swiper .swiper-slide .img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.zs_swiper .swiper-slide .img img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: all .3s;
}
.zs_swiper .swiper-slide:hover .img>img{
	transform: scale(1.1);
}
.zs_swiper .swiper-slide:hover p{
	color: #0184C8;
}
.zs_swiper .swiper-slide p{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #666;
}
.zs_swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: .6;
}
.zs_swiper .swiper-pagination-bullet-active{
    border: 2px solid #0184c8;
    opacity: 1;
    background-color: #fff0;
}

/* 加入我们 */

.recruit_ul {
    width: 100%;
    padding: 40px 40px;
    background-color: #fff;
}

.recruit_ul li {
    width: 100%;
    padding: 30px 0;
    background-color: #F6F6F6;
    padding: 40px 50px;
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all .3s;
}
.recruit_ul li:hover{
	box-shadow: 0 0 12px 3px #d9d9d9;
}

.recruit_ul li .li_block {
    width: 100%;
    justify-content: space-between;
}

.recruit_ul li .li_block .coms {
    flex: 1;
}
.recruit_ul li .li_block .coms_add {
    flex: 1;
    background: url(../images/join_back.png) no-repeat;
    background-size: auto 100%;
    background-position: right;
}

.recruit_ul li .li_block .coms .title {
    width: 100%;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.recruit_ul li .li_block .coms .text {
    width: 100%;
    font-size: 16px;
    color: #999;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.recruit_ul li .li_block .coms .text span {
    margin-right: 30px;
}

.recruit_ul li .li_block i {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #666;
    cursor: pointer;
}

.recruit_ul li .li_none {
    width: 100%;
    display: none;
    margin-top: 20px;
}
.recruit_ul li .li_none .li_title{
    width: 100%;
    padding: 30px 0;
    font-size: 14px;
    color: #999;
}

.recruit_ul li .li_none img {
    max-width: 100%;
    width: auto;
}
.recruit_ul li .li_none form{
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.recruit_ul li .li_none form .re_inp{
    width: 31%;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-right: 2.66%;
}
.recruit_ul li .li_none form .re_inp:nth-child(3){
    margin-right: 0;
}
.recruit_ul li .li_none form .re_inp span{
    font-size: 14px;
    color: #999;
    margin-right: 15px;
}
.recruit_ul li .li_none form .re_inp input{
    flex: 1;
    height: 80%;
    background-color: #fff0;
    box-shadow: 0 0 0px 1000px #F6F6F6 inset;
    -webkit-box-shadow: 0 0 0px 1000px #F6F6F6 inset;
    -moz-box-shadow: 0 0 0px 1000px #F6F6F6 inset;
    -ms-box-shadow: 0 0 0px 1000px #F6F6F6 inset;
	-o-box-shadow: 0 0 0px 1000px #F6F6F6 inset;
}
.recruit_ul li .li_none form button{
    padding-top: 30px;
    background-color: #fff0;
}


/* 联系我们 */

.tact_img{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.tact_img img{
    width: 100%;
}
.contact_ul1{
    width: 100%;
    align-items: flex-start;
    padding: 80px 0 75px;
}
.contact_ul1 li{
    width: 33.3333%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_ul1 li .img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_ul1 li .img img{
    width: auto;
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
@-webkit-keyframes rotation {
	from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(360deg);
    }
}
.contact_ul1 li .title{
    font-size: 24px;
    color: #333;
    margin: 20px 0 15px;
    font-weight: bold;
}
.contact_ul1 li .text{
    font-size: 16px;
    color: #666;
    text-align: center;
}
.contact_ul2{
    width: 100%;
    align-items: flex-start;
}

.contact_ul2 li{
    width: 48%;
    height: 280px;
    margin-right: 4%;
    margin-bottom: 30px;
    border-radius: 8px;
    background: url(../images/tact_back.png) no-repeat;
    background-size: 100% 100%;
    padding: 47px 80px;
    transition: all .3s;
}
.contact_ul2 li:hover{
	box-shadow: 0 0 12px 3px #d9d9d9;
}
.contact_ul2 li:nth-child(2n){
    margin-right: 0;
}
.contact_ul2 li .title{
    width: 100%;
    font-size: 22px;
    color: #0184c8;
    margin-bottom: 20px;
}
.contact_ul2 li .text{
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.honor_ul{
    width: 100%;
    align-items: flex-start;
}
.honor_ul li{
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}
.honor_ul li:nth-child(5n){
    margin-right: 0;
}
.honor_ul li .img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.honor_ul li .img img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: all .3s;
}
.honor_ul li:hover .img>img{
	transform: scale(1.1);
}
.honor_ul li:hover p{
	color: #0184C8;
}
.honor_ul li p{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-top: 1px solid #666;
}

/* 企业文化 */
.cul_tent{
    width: 100%;
}
.cul_tent img{
    width: auto;
    max-width: 100%;
}

.checkresult{color:gree; text-align:center; margin-top:10px;font-weight:bold;font-size:20px;}
.checkresult a{color:#B80008}

/* vip */
.vips{
    width: 1200px;
    height: 700px;
    overflow: hidden;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 14px 0px #d9d9d9;
}
.vips .vips_com{
    width: 100%;
    height: 100%;
    align-items: flex-start;
}
.vips .vips_com .image{
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.vips .vips_com .image img{
    width: 100%;
}
.vips .vips_com .vip_tent{
    width: 50%;
    padding: 58px 55px 0;
}
.vips .vips_com .vip_tent .on_fh{
    width: 100%;
    justify-content: space-between;
}
.vips .vips_com .vip_tent .on_fh a{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
}
.vips .vips_com .vip_tent .on_fh a i{
    font-size: 14px;
    color: #999999;
}
.vips .vips_com .vip_tent .vip_logo{
    margin: 30px auto 40px;
    display: flex;
    justify-content: center;
}
.vips .vips_com .vip_tent .vip_logo img{
    width: auto;
}
.vips .vips_com .vip_tent .on_signin{
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.vips .vips_com .vip_tent .on_signin a{
    font-size: 18px;
    color: #333;
    padding-bottom: 12px;
    position: relative;
    margin: 0 25px;
}
.vips .vips_com .vip_tent .on_signin .on_signinAct{
    color: #0184C8;
}
.vips .vips_com .vip_tent .on_signin .on_signinAct::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    border-radius: 6px;
    background-color: #0184C8;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.vips .vips_com .vip_tent form{
    width: 100%;
}
.vips .vips_com .vip_tent form .vip_inp{
    width: 100%;
    border-bottom: 1px solid #E9EEF2;
    margin-bottom: 10px;
    padding: 5px 0;
}
.vips .vips_com .vip_tent form .vip_inp input{
    width: 100%;
    height: 32px;
    padding: 0 15px;
    background-color: #ffffff00;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -moz-box-shadow: 0 0 0px 1000px #fff inset;
    -ms-box-shadow: 0 0 0px 1000px #fff inset;
    -o-box-shadow: 0 0 0px 1000px #fff inset;
}
.vips .vips_com .vip_tent form .vip_inp2 input{
    flex: 1;
}
.vips .vips_com .vip_tent form .vip_inp2 #v_container{
    width: 150px;
    height: 44px;
}

.vips .vips_com .vip_tent form .vip_inp2 #v_container #verifyCanvas {
    width: 150px;
    height: 100%;
}
.vips .vips_com .vip_tent form button{
    width: 100%;
    height: 40px;
    background-color: #0184C8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 10px;
    margin-top: 25px;
}
.vips .vips_com .vip_tent form .inp_radio{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
    margin: 30px 0 0px;
}
.vips .vips_com .vip_tent form .inp_radio input{
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 0 0 0px 0 #0184c8 inset;
    margin-right: 8px;
}
.vips .vips_com .vip_tent form .vip_inp2 #btn{
    width: 140px;
    height: 32px;
    flex: initial;
    -webkit-box-shadow: 0 0 0px 0 #fff inset;
    border: 1px solid #d2d2d2;
    box-shadow: 0 0 5px 1px #d2d2d2;
}
.vips .vips_com .vip_tent form .vip_inp3{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.vips .vips_com .vip_tent form .vip_inp3 input{
    width: 46%;
    margin-bottom: 14px;
    height: 32px;
    padding: 0 15px 10px;
    border-bottom: 1px solid #E9EEF2;
    background-color: #ffffff00;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -moz-box-shadow: 0 0 0px 1000px #fff inset;
    -ms-box-shadow: 0 0 0px 1000px #fff inset;
    -o-box-shadow: 0 0 0px 1000px #fff inset;
}
.vips .vips_com .vip_tent form .go_signin{
    padding: 14px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vips .vips_com .vip_tent form .go_signin a{
    font-size: 16px;
    color: #999999;
}
.vips .vips_com .vip_tent form .go_signin a:hover{
    color: #0184C8;
}
.vips .vips_com .vip_tent form .vip_inp4{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.vips .vips_com .vip_tent form .vip_inp4 .vip_inp4span{
    width: 48%;
    margin-bottom: 14px;
    padding: 0 0 10px;
    border-bottom: 1px solid #E9EEF2;
    display: flex;
    align-items: center;
}
.vips .vips_com .vip_tent form .vip_inp4 .vip_inp4span span{
    font-size: 12px;
    color: #666666;
}
.vips .vips_com .vip_tent form .vip_inp4 .vip_inp4span input{
    flex: 1;
    height: 32px;
    padding-left: 10px;
    background-color: #ffffff00;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -moz-box-shadow: 0 0 0px 1000px #fff inset;
    -ms-box-shadow: 0 0 0px 1000px #fff inset;
    -o-box-shadow: 0 0 0px 1000px #fff inset;
}





@media (max-width:767px) {
    .yu_banner{overflow: hidden;}
    .yu_banner img {width: auto;height: 250px;max-width: inherit;}
    .yu_banner .baner_pf{padding: 15px;}
    .yu_banner .baner_pf a{font-size: 14px;margin: 0 1px;}
    .yu_banner .baner_pf i{font-size: 14px;}
    .yu_banner .baner_pf_view{bottom: 0;padding: 15px;position: initial;}
    .yu_banner .baner_pf_view .title{font-size: 22px;color: #333;}
    .yu_banner .baner_pf_view .text{font-size: 14px;color: #333;}
    .indu_ul{padding: 0 15px;}
    .indu_ul li a{flex-wrap: wrap;}
    .indu_ul li a .img{width: 100%;height: auto;margin-right: 0;margin-bottom: 15px;}
    .indu_ul li a .indu_com .title{font-size: 20px;font-weight: bold;}
    .indu_ul li a .indu_com .text{font-size: 15px;}
    .view_fh,.indu_view{padding: 0 15px;}
    .indu_view .title,.Related .title{font-size: 19px;font-weight: bold;}
    .Related{padding: 40px 15px;}
    .pro_listUL{padding: 0 15px;}
    .pro_listUL li{width: 49%;margin-right: 2%;}
    .pro_listUL li:nth-child(2n){margin-right: 0;}
    .pro_listUL li a .title{font-size: 15px;padding: 12px 10px;}
    .pro_listUL li a .text{padding: 0 10px;font-size: 12px;}
    .pro_listUL li a p{font-size: 13px;}
    .pro_listUL li a .a_img{height: 215px;padding: 10px;}
    .pro_list{padding: 0 15px;}
    .switch{padding: 40px 0 8px;}
    .switch .switch_ul {border-radius: 0;background-color: #ebebeb00;padding: 0 15px;}
    .switch .switch_ul li{background-color: #EBEBEB;height: 38px;padding: 0 15px;width: auto;margin: 0 4px 5px;}
    .switch .switch_ul li a{font-size: 12px;}
    .ser_sousuo{padding: 0 15px;border: 0px solid #d9d9d9;height: auto;}
    .ser_sousuo .xiala{width: 100%;height: 45px;margin-bottom: 15px;}
    .ser_sousuo .xiala .xiala_list{top: 45px;}
    .service_from{flex: inherit;width: 100%;height: 40px;border: 1px solid #d9d9d9;}
    .service_from button{font-size: 16px;}
    .download_ul{padding: 0 15px;}
    .download_ul li{width: 100%;}
    .bus_title{font-size: 22px;font-weight: bold;padding: 0 15px;}
    .bus_view{padding: 20px 15px;}
    .bus_sq{padding: 40px 15px;}
    .bus_form{padding: 20px;}
    .bus_form .bus_inp{width: 100%;padding: 0 10px;}
    .bus_form .bus_text textarea{padding: 10px;}
    .bus_form .bus_inp span{font-size: 13px;}
    .jieshao{padding: 0 15px;}
    .jieshao .tent{width: 100%;padding: 0 0%;}
    .jieshao .img{width: 100%;}
    .jieshao .tent .title{font-size: 22px;padding-bottom: 13px;}
    .jieshao .tent .title::after{width: 50px;}
    .jieshao .tent .text {font-size: 14px;line-height: 24px;}
    .shuju_ul{padding: 30px 15px 0;}
    .shuju_ul li{margin-bottom: 20px;width: 33.333%;align-items: center;}
    .shuju_ul li .num_com .num{font-size: 32px;}
    .shuju_ul li .num_com span{font-weight: 18px;}
    .us_tent{flex-wrap: wrap;padding: 40px 15px;}
    .us_tent .us_left{margin-right: 0;}
    .us_tent .us_right{flex: inherit;width: 100%;padding-left: 0;padding-top: 50px;}
    .adout_uss{padding: 40px 0 50px;}
    .wenhua_text{width: 90%;text-align: left;padding: 0px 0 40px;font-size: 14px;line-height: 24px;}
    .wh_ul{padding: 0 15px;}
    .wh_ul li{width: 48%;margin-right: 4%;margin-bottom: 20px;height: auto;}
    .wh_ul li:nth-child(2n){margin-right: 0;}
    .wh_ul li .wh_div{top: 20px;}
    .wh_ul li .wh_div .title{font-size: 17px;}
    .wh_ul li .wh_div .text {font-size: 13px;}
    .zs_swiper{padding: 0 15px;}
    .honor_ul li{width: 48%;margin-right: 4%;}
    .honor_ul{padding: 0 15px;}
    .honor_ul li:nth-child(2n){margin-right: 0;}
    .honor_ul li:nth-child(5){margin-right: 4%;}
    .honor_ul li:nth-child(15){margin-right: 4%;}
    .honor_ul li:nth-child(25){margin-right: 4%;}
    .honor_ul li:nth-child(35){margin-right: 4%;}
    .contact_ul1{padding: 30px 15px;}
    .contact_ul1 li{width: 100%;margin-bottom: 20px;}
    .contact_ul1 li .img{width: 80px;height: 80px;}
    .contact_ul1 li .img img{width: 50%;}
    .contact_ul2{padding: 0 15px;}
    .contact_ul2 li{width: 100%;margin-right: 0%;padding: 20px 15px;height: auto;}
    .contact_ul2 li .title{font-size: 20px;}
    .contact_ul2 li .text p{font-size: 14px;}
    .recruit_ul{padding: 0 15px;}
    .recruit_ul li{width: 100%;padding: 30px 15px;}
    .recruit_ul li .li_block .coms .title{font-size: 18px;}
    .recruit_ul li .li_block .coms .text{font-size: 14px;}
    .recruit_ul li .li_block i{font-size: 25px;}
    .recruit_ul li .li_none form .re_inp{width: 100%;height: 44px;margin-bottom: 10px;margin-right: 0%;}
    .yu_dw{padding: 20px 15px;}
    .rm_title{padding: 0 15px 30px;font-size: 21px;}
    .rm_ul{padding: 0 15px;}
    .rm_ul li{width: 100%;margin-bottom: 20px;height: auto;}
    .rm_ul li a .rm_com .title{font-size: 18px;}
    .rm_ul li a .rm_com .text{font-size: 13px;}
    .prod_com{padding: 0 15px;}
    .prod_com li{width: 100%;margin-right: 0;}
    .prod_com li:nth-child(1){width: 100%;}
    .prod_com li a .a_img{height: auto;}
    .yu_fadajin .yu_1590{padding: 20px 15px;}
    .fadajin .fdj .img{height: 400px;}
    .fdj_com{flex: initial;margin-left: 0;}
    .fdj_com .title{font-size: 24px;}
    .view_ul li{width: 100%;margin-right: 0;}
    .view_ul li a .img{height: auto;}
    .view_com .title{font-size: 20px;}
    .cul_tent{padding: 0 15px;}
    .check .check_com{padding: 50px 15px;}
    .check .check_com form button{margin-right: 0;}
    .check .check_com form input{height: 50px;margin-right: 15px;}
    .check .check_com form button{height: 50px;font-size: 16px;width: 90px;}
    .vips{width: 100%;background-color: rgba(255, 255, 255, 0);}
    .vips .vips_com .image{display: none;}
    .vips .vips_com .vip_tent{width: 100%;padding: 30px 15px 0;}
    .vips .vips_com .vip_tent .on_signin{margin-bottom: 30px;}
    .vips .vips_com .vip_tent form .vip_inp4 .vip_inp4span{width: 100%;margin-bottom: 10px;
        padding: 0 0 0px;}
    .vips .vips_com .vip_tent form .vip_inp{padding: 0px 0;}
    .vips .vips_com .vip_tent form .vip_inp input{padding: 0 0px;}
    .vips .vips_com .vip_tent form .vip_inp2 #v_container,
    .vips .vips_com .vip_tent form .vip_inp2 #v_container #verifyCanvas{width: 120px;}
    .vips .vips_com .vip_tent .on_signin a{font-size: 15px;margin: 0 15px;}
    .view_video{padding: 0 15px;}
    .view_video video{width: 100%;}
}

@media (min-width:768px) and (max-width:991px) {

}

@media (min-width:992px) and (max-width:1024px) {

}

@media (min-width:1025px) and (max-width:1280px) {
    .rm_ul li{height: 295px;}
    .rm_ul li a .rm_com .title{font-size: 18px;}
    .rm_ul li a .rm_com .text{font-size: 14px;}
    .indu_ul li a .img{width: 400px;height: auto;}
    .us_tent .us_right{padding-left: 30px;}
    .adout_uss{padding: 50px 0 100px;}
    .wh_ul li{height: 270px;}
    .wh_ul li .wh_div{top: 30px;}
    .contact_ul2 li{padding: 30px 40px;}
    .recruit_ul li .li_none form .re_inp{height: 55px;}
    .prod_com li{width: 31%;margin-right: 3.5%;}
    .prod_com li:nth-child(3){margin-right: 3.5%;}
    .prod_com li:nth-child(2){margin-right: 0;}
    .prod_com li:nth-child(5){margin-right: 0;}
    .prod_com li:nth-child(1) {width: 65.5%;}
    .fdj_com {flex: inherit;width: 100%;margin-left: 0;margin-top: 30px;}
    .fdj_com .title{font-size: 26px;}
    .yu_banner .baner_pf_view{padding: 10px 0;bottom: 0px;}
    .yu_banner .baner_pf_view .title{font-size: 20px;margin-bottom: 8px;}
    .yu_banner .baner_pf_view .text{font-size: 14px;}
    .jieshao .tent{padding: 0 2%;}
    .jieshao .tent .title{font-size: 28px;}
}

@media (min-width:1281px) and (max-width:1440px) {
    .rm_ul li{height: 352px;}
    .rm_ul li a .rm_com .title{font-size: 22px;}
    .indu_ul li a .img{width: 440px;height: auto;}
    .us_tent .us_right{padding-left: 50px;}
    .adout_uss{padding: 50px 0 100px;}
    .wh_ul li{height: 322px;}
    .contact_ul2 li{padding: 30px 40px;}
    .jieshao .tent{padding: 0 3%;}
    .jieshao .tent .title{font-size: 30px;}
    .recruit_ul li .li_none form .re_inp{height: 55px;}
}

@media (min-width:1441px) and (max-width:1660px) {
    .us_tent .us_right{padding-left: 100px;}
    .jieshao .tent{padding: 0 5%;}
}
