html, body {
    font-size: 14px;
    color: #444;
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.clear {
    clear: both;
}

a:hover, a {
    text-decoration: none;
}

img {
    border: none;
}

h3 {
    font-size: 24px;
}

.qzbhh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.vissble_xs {
    display: none;
}

/*head*/
.head_box {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.head_top {
    height: 40px;
    line-height: 40px;
    padding-top: 10px;
    text-align: right;
}

.head_top a {
    color: #888;
    margin-left: 16px;
}

.head_top a img {
    vertical-align: sub;
    margin-right: 5px;
}

.head_top a:hover {
    color: #fdc318;
}

.head_a {
    position: relative;
    padding-left: 16px;
}

.head_a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    left: 0;
    top: 50%;
    margin-top: -6px;
    background: #ccc;
}

.head_middel {
    height: 80px;
    background: url(../image/logo_bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.logo {
    height: 80px;
    display: inline-block;
    position: absolute;
    top: 25px;
}

.logo img {
    max-height: 100%;
    width: auto;
}

.head_list_box {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 775px;
    float: right;
}

.head_list_box li {
    list-style: none;
    position: relative;
}

.head_list_box > li > a {
    line-height: 80px;
    color: #333;
    font-size: 18px;
    display: block;
    cursor: pointer;
    font-weight: bold;
}

.head_list_box > li.in > a {
    color: #fdc318;
}


.head_down {
    position: absolute;
    width: auto;
    background: rgba(0, 0, 0, 0.8);
    top: 85px;
    z-index: 2;
    left: 0;
    margin-left: -25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    font-size: 0;
    display: none;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.head_down li {
    display: block;
}

.head_down a {
    display: block;
    color: rgba(255, 255, 255, 1);;
    padding: 0 35px;
    line-height: 54px;
    font-size: 14px;
    white-space: nowrap;
    min-width: 120px;
}

.head_down a:hover {
    background: #fdc318;
}

.logo_mob {
    display: none;
}

/*kv*/
.banner {
    margin-top: 121px;
}

.banner .swiper-slide {
    height: 500px;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    opacity: 0.7;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-pagination-bullets {
    bottom: 20px;
}

.kv_box {
    position: absolute;
    z-index: 2;
    top: 37%;
    height: auto;
    left: 50%;
    margin-right: -600px;
    width: 48%;
}

.kv_box div {
    line-height: 72px;
    display: inline-block;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.kv_box div p:last-child {
    font-size: 30px
}

.kv-button-next {
    right: 40px;
}

.kv-button-prev {
    left: 40px;
}

.index_search_right {
    height: 35px;
    width: 250px;
    position: relative;
    margin-top: 25px;
}

.index_search_right input {
    width: 100%;
    line-height: 35px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 37px 0 13px;
    outline: none;
    background: #f7f7f7;
    border: none;
    border-radius: 0;
}

.index_search_right img {
    position: absolute;
    right: 12px;
    top: 10px;
}

/*å…³äºŽç‚¬ä½‘*/
.index_daxin {
    height: 618px;
    background: url(../image/index_01.jpg);
    background-position: center;
    overflow: hidden;
}

.index_daxin_box {
    width: 50%;
    margin-left: 50%;
    padding-top: 30px;
}

.index_daxin_title {
    font-size: 30px;
    color: #0070c0;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.index_daxin_title span {
    font-size: 48px;
    color: #999;
    text-transform: uppercase;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 10px;
}

.index_daxin_con {
    line-height: 32px;
    color: #666;
    text-align: justify;
    font-size: 14px;
}

.index_daxin_con img {
    max-width: 100%;
    height: auto;
}

.btn_more {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #034889;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.index_daxin_box .btn_more {
    margin-top: 50px;
}

/*æ™ºèƒ½é©¾é©¶*/
.index_zhineng {
    height: 729px;
    background: url(../image/index_02.jpg);
    background-position: center;
}

.index_zhineng_box {
    width: 100%;
    padding-top: 65px;
    position: relative;
}

.index_zhineng_left {
    display: inline-block;
    width: 35%;
}

.index_zhineng_right {
    display: inline-block;
    width: 60%;
    float: right;
    vertical-align: top;
    border-radius: 6px;
    overflow: hidden;
    font-size: 0;
}

.index_zhineng_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_zhineng_left .index_daxin_title {
    color: #fff;
    margin: 15px 0 40px 0;
    text-align: center;
}

.index_zhineng_left .index_daxin_con {
    color: #fff;
}

.gallery-thumbs {
    margin-top: 60px;
    height: 138px;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.gallery-thumbs .swiper-slide div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active div {
    display: none;
}

.index_zhineng_box .swiper-button-next, .index_zhineng_box .swiper-button-prev {
    top: auto;
    bottom: 50px;
    outline: none;
    background-size: 100%;
    width: 16px;
    height: 28px;
}

.index_zhineng_box .swiper-button-next {
    right: -40px;
}

.index_zhineng_box .swiper-button-prev {
    left: -40px;
}


/*æ–°é—»ä¸­å¿ƒ*/
.index_news {
    padding: 70px 0;
    position: relative;
}

.index_news .index_daxin_title {
    text-align: center;
}

.index_news .index_daxin_title span {
    width: 100%;
}

.index_news .swiper-container {
    padding: 0 30px;
    margin: 0 -30px;
}

.index_news_time {
    line-height: 30px;
    color: #999;
    padding-bottom: 10px;
}

.eyes {
    border-left: 1px dashed #ccc;
    margin-left: 20px;
    padding-left: 20px;
    color: #ffbe00;
}

.eyes img {
    vertical-align: middle;
    margin-right: 10px;
}

.index_news_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #0070c0;
}

.index_news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_news_con .qzbhh {
    margin: 35px 0 20px 0;
    font-size: 18px;
    color: #333;
}

.index_news_con p {
    line-height: 24px;
    color: #777;
    margin-bottom: 30px;
    height: 58px;
    font-size: 14px;
}

.index_news_con .btn_more {
    opacity: 0;
}

.index_news .swiper-slide {
    vertical-align: top;
}

.index_news_list:hover .index_news_img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.index_news_list:hover .index_news_img img {
    opacity: 0.6;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.index_news_list:hover .index_news_con .btn_more {
    opacity: 1;
}

.index-news-next, .index-news-prev {
    outline: none;
    background-size: 100%;
    width: 20px;
    height: 40px;
    opacity: 0.3;
}

.index-news-next {
    right: -40px;
}

.index-news-prev {
    left: -40px;
}

/*foot*/
.foot {
    background: #333;
}

.foot_con {
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}

.foot_left {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    color: #aaa;
}

.foot_left div {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 15px;
    line-height: 30px;
}

.foot_left p {
    line-height: 30px;
    font-size: 14px;
}

.foot_left p a {
    color: #aaa;
}

.foot_left p a:hover {
    text-decoration: underline;
}

.foot_right {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 750px;
    float: right;
    vertical-align: top;
}

.foot_list {
    padding-right: 40px;
    position: relative;
}

.foot_list:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #555;
    top: 0;
    right: 0;
}

.foot_list a:first-child {
    font-size: 16px;
    color: #ddd;
    margin-bottom: 15px;
}

.foot_list a {
    color: #aaa;
    line-height: 30px;
    display: block;
}

.foot_list a:hover {
    color: #FFBE00;
}

.qr_box img {
    width: 106px;
    height: 106px;
    margin-bottom: 10px;
}

.qr_box p {
    text-align: center;
    color: #ddd;
}


.foot_p {
    line-height: 26px;
    padding: 15px;
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #bbb;
}

.foot_p span {
    display: inline-block;
    width: 15px;
}

.foot_p img {
    vertical-align: sub;
    margin-right: 5px;
}


/*äº§å“------------------------------------*/
.public_box {
    padding-bottom: 70px;
}

.public_title {
    line-height: 46px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    margin-bottom: 40px;
    padding: 30px 0 5px 0;
}

.public_title p {
    float: right;
    font-size: 14px;
}

.public_title span {
    font-size: 22px;
}

.public_title a, .public_title span {
    color: #444;
    margin: 0 5px;
}

.public_title a:hover {
    color: #fdc318;
}

.chanpin_table {
    width: 100%;
    overflow: auto;
}

.chanpin_table table {
    width: 100%;
    line-height: 28px;
    margin-top: 40px;
    font-size: 14px;
    border: 1px solid #cbcbcb;
    border-left: none;
    border-top: none;
}

.chanpin_table table th {
    font-weight: 400;
    background: #f2f2f2;
}

.chanpin_table table a {
    color: #444;
}

.chanpin_table table a img {
    width: 18px;
    height: auto;
    vertical-align: middle;
    opacity: 0.6;
}

.chanpin_table table a img:hover {
    opacity: 1;
}

.chanpin_table table a:hover {
    text-decoration: underline;
}

.chanpin_table table tr {
    cursor: default;
}

.chanpin_table table tr td, .chanpin_table table tr th {
    padding: 5px;
    border: 1px solid #cbcbcb;
    border-right: none;
    border-bottom: none;
    text-align: center;
}

.chanpin_table table tr th {
    font-weight: bold;
    text-align: center;
}

.chanpin_table table tr:hover {
    background: #f4f4f4;
}

.chanpin_list {
    font-size: 0;
    margin-top: 60px;
}

.chanpin_img {
    width: 500px;
    height: 500px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
    margin-right: 100px;
}

.chanpin_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chanpin_con {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 60px 0 60px 100px;
}

.chanpin_con h3 {
    font-size: 18px;
    margin-bottom: 35px;
}

.chanpin_con p {
    font-size: 16px;
    color: #666;
    padding-left: 15px;
    line-height: 32px;
    position: relative;
}

/*.chanpin_con p:before{content: '';position: absolute;left: 0;width: 4px;height: 4px;background: #666;border-radius: 50%;top: 15px;}*/
.chanpin_list:nth-child(odd) .chanpin_img {
    float: right;
    margin-right: 0;
}

.chanpin_list:nth-child(odd) .chanpin_con {
    padding: 60px 100px 60px 0;
}

.index_daxin_con img {
    max-width: 100%;
    margin-top: 32px;
}

/*æŠ€æœ¯å’¨è¯¢---------------------------------------*/
.jishu_img img {
    max-width: 100%;
}

.jishu_zixun div {
    position: absolute;
    padding: 70px 0 0 5%;
    line-height: 37px;
    left: 50%;
    font-size: 14px;
}

.jishu_zixun div b {
    font-size: 18px;
}

.jishu_zixun a {
    color: #444;
}

.jishu_zixun a:hover {
    text-decoration: underline;
}

/*è´¨é‡å’Œå¯é æ€§-------------------------------------*/
.zhiliang_box {
    margin: 0 -18px;
    font-size: 0;
}

.zhiliang_list {
    padding: 18px;
    display: inline-block;
    width: 20%;
}

.zhiliang_list a {
    display: block;
    width: 100%;
    border-radius: 6px;
    background: #000;
    overflow: hidden;
    position: relative;
}

.zhiliang_list a img {
    width: 100%;
    height: auto;
    opacity: 0.6;
}

.zhiliang_list a p {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    left: 0;
    top: 0;
}

.zhiliang_list a:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.zhiliang_list a:hover img {
    opacity: 0.8;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.index_daxin.daxin_box {
    background: url(../image/daxin_bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: auto auto;
    min-height: 557px;
    height: auto;
}
.index_daxin.daxin_box_en {
    background: url(../image/daxin_bg-en.jpg) no-repeat;
    background-position: center bottom;
    background-size: auto auto;
    min-height: 557px;
    height: auto;
}

/*äººäº‹æ‹›è˜-------------------------------------*/
.zhaoping > div:first-child {
    padding: 10px 0;
}

.zhaoping > div {
    padding: 25px 0;
    font-size: 0;
    line-height: 40px;
}

.zhaoping > div div {
    display: inline-block;
    color: #333;
    font-size: 14px;
    vertical-align: top;
}

.zhaoping_title {
    background: #f2f2f2;
}

.ming {
    padding-left: 32px;
    width: 30%;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zhaoping_title .ming, .zhaoping_title .dizhi {
    overflow: inherit;
}

.zhaoping_title .layui-input {
    background: none;
    border: none;
    padding: 0 10px 0 30px;
}

.layui-form-select .layui-edge {
    left: 0;
}

.layui-form-select dl dd.layui-this {
    background: #fdc318;
}

.dizhi {
    width: 28%;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shenqing {
    width: 100px;
    float: right;
    background: #fdc318;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}

.zhaoping .zhaoping_title div {
    color: #999;
}

.zhaoping .zhaoping_list .ming {
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhaoping_list {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

.zhaoping_list .ming:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #444;
    left: 14px;
    top: 18px;
}

.zhaoping_list:hover div {
    color: #fdc318;
}

.zhaoping_list:hover .ming:before {
    background: #fdc318;
}

.page_d {
    text-align: center;
    margin-top: 60px;
}

.page_d a {
    color: #8d8d8d;
    margin: 0 3px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    width: 35px;
    box-sizing: border-box;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.page_d a:first-child, .page_d a:last-child {
    width: auto;
    padding: 0 10px;
}

.page_d a:hover, .page_d a.active:hover {
    background: #fdc318;
    color: #fff;
    border-color: #fdc318;
}

.page_d a.active {
    color: #333;
}

/*äººæ‰æ‹›è˜-------------------------------------*/
.rencai_left {
    width: 26%;
    background: #fafafa;
    float: left;
}

.rencai_left_list {
    padding: 25px 40px 0 40px;
}

.rencai_left_list p {
    font-size: 14px;
    color: #999;
}

.rencai_left_list div {
    font-size: 15px;
    line-height: 28px;
    margin-top: 5px;
}

.rencai_left_list a {
    display: block;
    height: 40px;
    border-radius: 20px;
    background: #d5d5d5;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.rencai_left_list a span {
    font-size: 12px;
}

.btn_shenqing {
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #ffbe00;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}

.rencai_right {
    width: 69%;
    padding: 15px 0;
    line-height: 32px;
    float: right;
}

.rencai_right b {
    font-size: 16px;
    color: #666;
}

.rencai_right_con {
    text-indent: 28px;
    color: #666;
}

.rencai_right_con p {
    margin-top: 30px;
}

/*----------------------è”ç³»æˆ‘ä»¬--------------------*/
.lianxi_left {
    width: 36%;
    float: left;
}

.lianxi_list {
    background: #fafafa;
    border-bottom: 1px solid #ededed;
    color: #666;
}

.lianxi_list:last-child {
    border: none;
}

.lianxi_list.active {
    background: #FFBE00;
    color: #000;
    border: none;
}

.lianxi_list.active .lianxi_title span {
    opacity: 1;
    background: url(../image/up.png);
}

.lianxi_title {
    padding: 20px 40px;
    line-height: 40px;
    position: relative;
    font-size: 16px;
}

.lianxi_title span {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 9px;
    background: url(../image/down.png);
    right: 40px;
    top: 36px;
    opacity: 0.5;
}

.lianxi_con {
    padding: 20px 40px;
    line-height: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.lianxi_right {
    width: 60%;
    float: right;
}

.map {
    width: 100%;
    height: 355px;
}

.anchorBL, .anchorTL {
    display: none;
}

.lianxi_center {
    padding: 40px 0;
    color: #666;
    line-height: 32px;
}

.lianxi_center b {
    font-size: 16px;
}


/*æ–°é—»ä¸­å¿ƒ-------------------------------------*/
.xinwen_box {
    margin: 0 -40px;
    font-size: 0;
    overflow: hidden;
}

.xinwen_list {
    display: inline-block;
    width: 50%;
    padding: 15px 40px;
}

.index_news_list {
    font-size: 14px;
}

.xinwen_ins_title {
    height: 130px;
}

.xinwen_ins_time {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: #FFBE00;
    text-align: center;
    color: #fff;
    padding-top: 12px;
    float: left;
    margin-right: 60px;
}

.xinwen_ins_time b {
    font-size: 50px;
}

.xinwen_ins_time p {
    font-size: 20px;
}

.xinwen_title_con div {
    font-size: 22px;
    padding: 25px 0;
}

.xinwen_title_con .eyes {
    border: none;
    margin-left: 0;
    padding-left: 0;
    margin-right: 30px;
}

.xinwen_title_con .bian {
    color: #888;
}

.xinwen_ins_article {
    padding: 50px 0;
    line-height: 32px;
    color: #666;
}

.xinwen_ins_article img {
    max-width: 100%;
    height: auto;
}

.xinwen_ins_article p {
    margin-bottom: 30px;
}

.xinwen_ins_img {
    text-align: center;
}

.xinwen_ins_img img {
    max-width: 100%;
    margin: 20px 0;
}

.xinwen_ins_btn {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.xinwen_ins_btn a {
    width: 40%;
    height: 60px;
    padding: 15px 20px;
    border: 1px solid #ccc;
    color: #777;
    font-size: 14px;
    line-height: 30px;
}

.xinwen_ins_btn a:hover {
    background: #FFBE00;
    color: #fff;
    border: 1px solid #FFBE00;
}


/*产品技术*/
.gallery-top-hybrid, .gallery-top-bsi{
    width: 60%;
}
.gallery-top-hybrid img{
    width: 100%;
}
.gallery-top-bsi img{
    width: 100%;
}
.content{
    width: 80%;
    margin: auto;
}
.content h2{
    text-align: center;
}
.content p{
    text-align: justify;
}
.content p, li{
    line-height: 32px;
    color: #666;
    font-size: 14px;
}
.content-ul{
    padding-left: 30px;
}
.content-ul li{
    list-style: disc;
}

/*企业荣誉*/
#honor-photos li {
    float: left;
    margin: 0 50px 30px;
    text-align: center;
    padding: 5px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    height: 360px;
    width: 280px;
}
#honor-photos li:hover {
    box-shadow: 0 16px 32px 0 rgba(0,0,0,0.2);
}
#honor-photos img {
    max-height: 300px;
    max-width: 240px;
}
#honor-photos img:hover {
    max-height: 320px;
    max-width: 260px;
}

@media only screen and (max-width: 1700px) {

}

@media only screen and (max-width: 1599px) {

}

@media only screen and (max-width: 1367px) {
    .foot_right {
        width: 680px;
    }

    .foot_list {
        padding-right: 35px;
    }

}

@media only screen and (max-width: 1365px) {

}

@media only screen and (max-width: 1024px) {
    * {
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .vissble_xs {
        display: block;
    }

    .hidden_xs {
        display: none;
    }

    .head_box {
        height: auto;
    }

    .container {
        width: 100%;
        padding: 0 20px;
    }

    .head_top {
        display: none;
    }

    .logo {
        height: 40px;
        top: 11px;
    }

    .head_middel {
        height: 60px;
    }

    .nav_icon {
        position: fixed;
        width: 30px;
        height: 30px;
        top: 14px;
        right: 15px;
        background: url(../image/list.png);
        background-size: 100%;
    }

    .nav_icon.in {
        background: url(../image/close.png);
        background-size: 100%;
    }

    .head_list_box {
        position: fixed;
        width: 50%;
        background: rgba(0, 0, 0, 0.7);
        top: 60px;
        right: -50%;
        display: block;
        z-index: 99;
    }

    .head_list_box.in {
        right: 0;
    }

    .head_list_box li {
        width: 100%;
    }

    .head_list_box li a {
        line-height: 40px;
        text-align: left;
        padding-left: 25px;
        color: #fff;
        font-size: 14px;
    }

    .head_down {
        right: 100%;
        top: 0;
        width: 96%;
        left: auto;
        background: rgba(0, 0, 0, 0.7);
        margin-right: 1px;
    }

    .index_search_right input {
        height: 50px;
        line-height: 50px;
        background: #e0e0e0;
    }

    .index_search_right img {
        top: 15px;
    }

    .banner {
        margin-top: 60px;
    }

    .banner .swiper-slide {
        height: 124px;
    }

    .kv_box {
        left: 10%;
        margin-right: 0;
        width: 80%;
        top: 24%;
    }

    .kv_box div {
        line-height: 1.8;
        font-size: 30px
    }

    .kv_box div p:last-child {
        font-size: 18px
    }

    .banner .swiper-pagination-bullets {
        bottom: 10px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .foot_con {
        padding: 15px 0;
        position: relative;
    }

    .foot_list {
        display: none;
    }

    .foot_left {
        width: 100%;
        display: block;
        text-align: center;
    }

    .foot_left div {
        margin-bottom: 5px;
    }

    .foot_right {
        width: 100%;
        display: block;
        text-align: center;
        float: inherit;
        margin-top: 0;
    }

    .index_search_right {
        width: 100%;
        float: inherit;
        margin-top: 0;
    }

    .index_daxin {
        height: auto;
        background: #fafafa;
    }

    .index_daxin_box {
        width: 100%;
        margin: 0;
        padding: 40px 0;
    }

    .index_daxin_box h2{
        text-align: center;
    }
    .index_daxin_box .contact{
         text-align: left;
        margin: auto;
        width: 220px;;
     }



    .index_daxin_title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .index_daxin_title span {
        font-size: 40px;
        top: 0;
    }

    .index_daxin_con {
        line-height: 28px;
    }

    .index_daxin_con img {
        max-width: 100%;
        height: auto;
    }

    .index_daxin_box .btn_more {
        margin-top: 30px;
    }

    .index_zhineng {
        height: auto;
        padding-bottom: 40px;
        background-size: auto 100%;
    }

    .gallery-thumbs {
        margin: 0 0 20px 0;
        height: 70px;
    }

    .gallery-thumbs .swiper-slide div {
        font-size: 14px;
    }

    .index_zhineng_left {
        width: 100%;
    }

    .index_zhineng_left .index_daxin_title {
        margin-bottom: 30px;
    }

    .index_zhineng_right {
        width: 100%;
        height: auto;
        margin: 30px 0;
    }

    .index-news-next, .index-news-prev {
        display: none;
    }

    .index_news .swiper-container {
        padding: 0;
        margin: 0;
    }

    .index_news_con .btn_more {
        opacity: 1;
    }

    .index_news_img {
        height: 190px;
    }


    .public_title p {
        display: none;
    }

    .chanpin_table table tr td, .chanpin_table table tr th {
        padding: 0 5px;
    }

    .chanpin_list {
        font-size: 0;
        margin-top: 60px;
    }

    .chanpin_img {
        width: 100%;
        height: 300px;
        margin-right: 0;
    }

    .chanpin_con {
        width: 100%;
        padding: 35px 0 0 0;
    }

    .chanpin_con h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .chanpin_con p {
        font-size: 14px;
        color: #666;
        padding-left: 15px;
        line-height: 32px;
        position: relative;
    }

    .chanpin_con p:before {
        content: '';
        position: absolute;
        left: 0;
        width: 4px;
        height: 4px;
        background: #666;
        border-radius: 50%;
        top: 15px;
    }

    .chanpin_list:nth-child(odd) .chanpin_img {
        float: right;
    }

    .jishu_zixun {
        width: 100%;
        background: #e7e8ec;
        height: auto;
    }

    .jishu_zixun div {
        position: relative;
        padding: 30px 20px;
        line-height: 32px;
        left: 0;
        font-size: 14px;
    }

    .jishu_zixun div b {
        font-size: 16px;
    }

    .zhiliang_box {
        margin: 0 -10px;
    }

    .zhiliang_list {
        padding: 10px;
        width: 33.33%;
    }

    .zhiliang_list a p {
        font-size: 14px;
    }

    .index_daxin.daxin_box {
        background-image: none;
        /*background: #fff;*/
        height: auto;
    }
    .index_daxin.daxin_box_en {
        background-image: none;
        /*background: #fff;*/
        height: auto;
    }

    .daxin_box .index_daxin_box {
        padding-top: 0;
    }

    .index_daxin.daxin_box .index_daxin_title {
        display: none;
    }

    .zhaoping > div {
        padding: 16px 0;
    }

    .zhaoping_title .shijian {
        display: none;
    }

    .zhaoping_title .ming {
        width: 50%;
        padding: 0 10px;
    }

    .zhaoping_list:after, .zhaoping_list .xinzi, .zhaoping_list .shijian, .zhaoping_list .dizhi {
        display: none;
    }

    .ming {
        width: 100%;
        padding-right: 90px;
    }

    .shenqing {
        width: 80px;
        margin: 0;
        margin-top: -35px;
        z-index: 10;
        position: relative;
        height: 35px;
        line-height: 35px;
    }

    .rencai_left {
        width: 100%;
    }

    .rencai_left_list {
        padding: 15px 20px 0 20px;
    }

    .rencai_left_list p {
        font-size: 14px;
    }

    .rencai_left_list div {
        font-size: 18px;
        line-height: 36px;
    }

    .rencai_right {
        width: 100%;
        margin-top: 40px;
    }

    .public_title span {
        font-size: 20px;
    }

    .lianxi_left {
        width: 100%;
        margin-bottom: 50px;
    }

    .lianxi_title {
        padding: 8px 20px;
        font-size: 16px;
    }

    .lianxi_title span {
        right: 20px;
        top: 24px;
    }

    .lianxi_con {
        padding: 20px;
    }

    .lianxi_right {
        width: 100%;
    }

    .map {
        height: 180px;
    }


    .xinwen_box {
        margin: 0;
    }

    .xinwen_list {
        display: inline-block;
        width: 100%;
        padding: 15px 0;
    }

    .xinwen_ins_time {
        display: none;
    }

    .xinwen_title_con div {
        font-size: 18px;
        line-height: 30px;
    }

    .xinwen_ins_btn {
        display: block;
    }

    .xinwen_ins_btn a {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        height: 50px;
        padding: 10px 20px;
    }

    .kv-button-next, .kv-button-prev {
        display: none;
    }

    .gallery-top-hybrid, .gallery-top-bsi{
        width: 95%;
        height: auto;
    }

    /*企业荣誉*/
    #honor-photos li {
        float: left;
        margin: 0 20px 20px 20px;
        text-align: center;
        padding: 5px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        border-radius: 5px;
        width: 90%;
    }


}

@media only screen and (max-width: 480px) {
    .swiper-button-next, .swiper-button-prev {
        height: 30px;
        background-size: contain
    }

    .kv_box div {
        line-height: 1.8;
        font-size: 22px
    }

    .kv_box div p:last-child {
        font-size: 16px
    }
}