﻿@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    background-color: #ffffff;
    font-family: "SF Pro Display",Roboto,Noto,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;

}


/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

.zicon{display:none}
.zicon.active{display:block}
.img{font-size:0;overflow:hidden;cursor:pointer}
.img img{transform:scale(1);transition:all 0.5s ease;width: 100%;}
.img:hover img{transform: scale(1.04);}
.wrap{margin:0 auto;max-width: 1200px;width: 90%;}


/*header*/
.header{
    /* display: flex; */
    align-items: center;
    background: #ffffff;
}
.header .wrap {
    display: flex;
    justify-content: space-between;
}
.header .logo{
    float: left;
    height: 75px;
    display: flex;
    align-items: center;
}
.header .logo a{
}
.header .logo a img{
}
.header .nav{
    float: right;
    /* display: flex; */
    /* align-items: center; */
}
.header .nav ul{float: left;}
.header .nav ul li{
    float: left;
    position: relative;
    line-height: 75px;
}
.header .nav ul li a{
    font-size: 16px;
    display: block;
    padding: 0 30px;
}
.header .nav ul li a.on,.header .nav ul li a:hover{
    font-weight: bold;
    color: #d7000b;
}

.phoneicon{position:absolute;right: 40px;top:0px;display: none;width: 25px;}
.phoneicon span{width: 23px;height: 88px;display:block;background: url(../images/phonecd.png) no-repeat center center;background-size: 100%;}
.phoneicon.close span{background: url(../images/phonecl.png) no-repeat center center;background-size: 100%;}
.seach_go{
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/seach.png) center center no-repeat;
    position: absolute;
    right: 50px;
}

.nav_seach {
    width: 40px;
    height: 75px;
    display: block;
    float: right;
    background: url(../images/seach.png) center center no-repeat;
}
	.popOutBg{width:100%;height:100%;position: fixed;left:0;top:0;background:rgba(0,0,0,.6);display: none;z-index: 9;}
	.popOut{position:fixed;top: 40%;left: 0;right: 0;overflow: hidden;display: none;z-index: 9;}
	.seinput span{position: absolute;right:10px;top:0;height:42px;width: 42px;color:#000;font-size:30px;cursor: pointer;background: url(../images/guan.png) center center no-repeat;}
	.popOut .seinput{display: flex;align-items: center;width: 80%;justify-content: center;height: 120px;margin: 0 auto;background: #fff;position: relative;border-radius: 10px;}
	.popOut table tr td{ color:#666; padding:6px; font-size:14px;}
	.popOut table tr td:first-child{ text-align: right;}
	.inp{width: 94%;height: 44px;line-height:30px;border:1px solid #999;padding: 5px 20px;color:#000;font-size:14px;border-radius: 33px;}
	.inp:focus{ border-color:#f40;}


.popOut.seachshow,.popOutBg.seachbgshow {
    display: block;
}

.popOut .seinput button{
    width: 40px;
    height: 120px;
    display: block;
    float: right;
    background: url(../images/seach.png) center center no-repeat;
    font-size: 0;
    position: absolute;
    right: 4%;
}


/*bannercon*/
.bannercon{position: relative;}
.bannercon .controls{font-size:0}
.pagination_con{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.bannercon .pagination{
    /* position: relative; */
    /* z-index: 1; */
    right: 0;
    left: 0;
    text-align: center;
    /* bottom: 18px; */
    /* float: right; */
}
.bannercon .pagination li{}
#slider {width: 100%;margin: 0px auto;overflow: hidden;}
.controls li {top:50%;margin-top:-30px}
.controls li:nth-child(1) {left:0;}
.controls li:nth-child(2) {right:0;}
.pagination li {background-color:#ddd;float: none !important;display: inline-block;}
.pagination li.active {background-color: #a83034;}
.responsive,.responsive img {width:100%;height:auto;font-size: 0;}
.wab{display: block;}
.wap{display:none}
.banner_news{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    height: 50px;
}
.banner_news h2{
    line-height: 50px;
    background: rgba(0,0,0,0.5);
    padding: 0 30px;
}
.slides li {position:relative}
/*index */
.content {
    padding: 70px 0;
}
/*in_pro_text*/
.in_pro_text{}
.index_big_title{
    text-align: center;
    margin-bottom: 50px;
}
.index_big_title h4{
    font-weight: bold;
    color: #009baf;
    font-size: 30px;
    margin-bottom: 5px;
}
.index_big_title span{
    font-size: 16px;
    text-transform: uppercase;
    color: #bfbfbf;
    font-family: Arial;
}
.pro_menu{
    margin-bottom: 40px;
}
.pro_menu ul{
    text-align: center;
}
.pro_menu ul li{
    font-size: 20px;
    font-weight: lighter;
    color: #666;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ddd;
    cursor: pointer;
}
.pro_menu ul li:last-child{border:0}
.pro_menu ul li:hover,.pro_menu ul li.on{
    color: #009baf;
}
.probox{
    margin-bottom: 40px;
}
.pro_con{
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
}
.pro_box{
}
.small_probox{}
.small_pro{
    margin: 0 30px 30px;
    background: #fafafa;
}
.small_pro:nth-child(2){margin: 0 30px 0px;}
.small_pro a{
    display: flex;
    align-items: center;
    padding: 40px;
    flex-direction: row-reverse;
}
.small_pro:nth-child(2) a{flex-direction: row}
.small_pro a .img{
    width: 100%;
}
.big_probox{
    background: #fafafa;
    padding: 40px;
    height: 122%;
}

.big_probox .pro_text{
    margin-bottom: 110px;
}
.pro_text h4{
    font-size: 22px;
}
.pro_text h4:after{content:".";display:block;width: 40px;height: 2px;background: #009baf;font-size: 0;margin: 10px 0 20px;}
.pro_text .pro_good{}
.pro_text .pro_good ul{}
.pro_text .pro_good ul li{
    font-size: 14px;
    font-weight: lighter;
    line-height: 24px;
    margin-top: 10px;
    display: flex;
    align-items: top;
}
.pro_text .pro_good ul li:before{content:".";display: inline-block;font-size: 30px;margin-right: 10px;line-height: 0;}
.pro_text .pro_good ul li p{}
.more_pro{
    display: block;
    text-align: center;
    font-size: 18px;
}
.more_pro:hover{color:#009baf}
/*aboutbg*/
.aboutbg{
    background: url(../images/abbg.jpg) top center no-repeat;
    min-height: 640px;
}
.index_about{
    display: flex;
}
.index_about .img{
    width: 100%;
}
.index_about .img img{}
.about_text{
    margin-left: 40px;
}
.about_text h4{
    font-size: 36px;
    color: #049dae;
}
.about_text span{
    font-size: 24px;
    color: #dadada;
    letter-spacing: 2px;
    display: block;
    margin: 10px 0;
}
.about_text span:after{content:".";display: block;width: 100px;height: 3px;background: #049dae;font-size: 0;margin: 20px 0;}
.about_text p{
    font-size: 16px;
    line-height: 36px;
    font-weight: lighter;
}
.about_text a.ab_more{
    background: url(../images/abmore.png) left center no-repeat;
    padding: 0 0 0 30px;
    color: #049dae;
    margin: 40px 0;
    display: block;
}
/*huobanbg*/
.huobanbg{
    background: url(../images/huobanbg.jpg) top center no-repeat;
}
.huobanbg .index_big_title h4,.huobanbg .index_big_title span{
    color: #fff;
}
.index_huoban{}
.index_huoban ul{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-left: -30px;
}
.index_huoban ul li{
    margin-bottom: 30px;
    width: 20%;
}
.index_huoban ul li .img{
    margin-left: 30px;
}
.index_huoban ul li .img img{}
/*index_news*/
.index_news{}
.in_news_con{}
.in_news_con ul{
    padding: 40px 0;
}
.in_news_con ul li{
    transition: all 0.2s ease;
}
.news_box{
    background: #fff;
    padding: 20px;
    margin: 0 15px;
}
.news_box .img{}
.news_box .img img {}
.news_box .news_main{
    text-align: left;
    padding: 20px 0;
    transition: all 0.2s ease;
}
.news_box .news_main span{
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 10px;
}
.news_box .news_main h3{
    font-size: 24px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom: 10px;
}
.news_box .news_main p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.news_box .news_main em{
    font-size: 14px;
    color: #009baf;
    display: none;
    position: absolute;
    bottom: -100px;
}
.in_news_con ul li:hover h3{color: #009baf;}

.pc-banner {width: 100%;position:relative;}
.swiper-container {width: 90%;z-index:10;}
.roll-img {-webkit-transition:transform 1.0s;-moz-transition:transform 1.0s;-ms-transition:transform 1.0s;-o-transition:transform 1.0s;-webkit-transform: scale(1);transform: scale(1);}
.swiper-slide-active,.swiper-slide-duplicate-active {-webkit-transform:scale(1);transform:scale(1);text-align:center;margin-top: -30px;}
.swiper-slide-active a:after {background:none;}
.swiper-slide img {}
.button {width:100%;height:100%;margin:0 auto;top:0px;position:absolute;z-index: 0;}
.swiper-button-prev,.swiper-button-next {font-size:30px;color:#fff;line-height:60px;position:absolute;top:40%;margin-top:-30px;font-family:serif;}
.swiper-button-prev {left:0px;}
.swiper-button-next {right:0px;}
.swiper-slide-active .news_main{padding-bottom: 50px;}
.swiper-slide-active .news_main em{color: #009baf;display: block;bottom: 20px;}
.swiper-slide-active .news_box{
    box-shadow: 0 0 6px rgb(47 44 99 / 29%);
}

/*footer*/
.footer{
    border-top: 1px solid #ddd;
    background: #26252f;
}
.foot_main{
    padding: 80px 0;
}
.foot_nav_cont{
}
.foot_nav_cont ul{
    display: flex;
    justify-content: space-between;
}
.foot_nav_cont ul li{}
.foot_nav_cont ul li a{
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    color: #fff;
}
.foot_nav_cont ul li .foot_nav a{
    color: #909090;
}
.foot_nav_cont ul li .foot_nav a{
    font-size: 14px;
    display: block;
    line-height: 32px;
    margin: 0;
}
.foot_nav_cont ul li .foot_nav img{width:110px}
.foot_nav_cont ul li .foot_nav a:hover{color: #009baf;}
.foot_ewm{
    float: right;
}
.foot_ewm a{}
.foot_ewm a img{}
.foot_ban{
    font-size: 14px;
    color: #909090;
    background: #1e1e26;
    text-align: center;
    /* line-height: 86px; */
}
.foot_bot{
    background: #1e1e26;
    padding: 20px 0;
}
.foot_bot .wrap{
    display: flex;
    justify-content: space-between;
}


/*neibanner*/
.neibanner{
    position: relative;
}
.nei_ban_title{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.nei_ban_title h3{
    font-size: 36px;
    color: #fff;
}
.nei_ban_title span{
    font-size: 24px;
    font-weight: lighter;
    color: #a6b4d5;
    text-transform: uppercase;
}


/*about_main*/
.about_main{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.nei_ab_text{
    margin-right: 80px;
}
.nei_ab_text h4{
    font-size: 30px;
    font-weight: bold;
    color: #009bad;
    margin-bottom: 30px;
}
.ab_te_te{
    font-size: 14px;
    line-height: 30px;
}
.ab_te_te p{}
.nei_ab_img{}
.main_pro{}
.main_pro h4{
    font-size: 22px;
    color: #009bad;
    margin-bottom: 30px;
}
.main_pro ul{
    display: flex;
    margin-left: -20px;
}
.main_pro ul li{}
.main_pro ul li a{}
.mainpro{
    background: #fafafa;
    margin-left: 20px;
    padding: 20px;
}
.mainpro .img{
    margin-bottom: 20px;
}
.mainpro .img img{}
.mainpro span{
    display: block;
    padding-left: 10px;
    border-left: 1px solid #a2a2a2;
    color: #666;
    font-weight: bold;
}
.main_pro ul li:hover span{color:#009bad;border-left: 1px solid #009bad;}


/*pro_con_list*/
.pro_con_list{}
.pro_con_list ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.pro_con_list ul li{
    width: 50%;
}
.pro_con_list ul li a{}
.pro_list_box{
    position: relative;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 30px;
}
.pro_list_box .img{
    position: absolute;
    /* padding-top: 100%; */
    width: 40%;
    background-image: radial-gradient(white, #e8e8e8);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_list_box .img img{
    width: 80%;
}
.pro_list_text{
    margin-left: 40%;
    background: #f5f5f5;
    padding: 20px 20px;
    height: 200px;
}
.pro_list_text h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pro_list_text:hover h4{color:#009baf}
.pro_list_text p{
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
}
.pro_list_text em{
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    font-size: 14px;
}
.pro_list_text em:hover{color:#fff;background:#009baf;border: 1px solid #009baf;}

/*pro_main_con*/
.pro_main_con{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.pro_main{
    width: 80%;
    background-image: radial-gradient(white, #c5c5c5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35%;
    position: relative;
}
.pro_main .img{position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;}
.pro_main .img img{
    width: 80%;
    /* position: absolute; */
    /* top: 0; */
}
.pro_main_main{
    width: 100%;
    margin-left: 50px;
}
.pro_main_main h4{
    font-size: 30px;
    font-weight: bold;
    color: #009dac;
    margin: 10px 0 40px;
}
.tedian{}
.tedian ul{
    display: flex;
    flex-flow: wrap;
    margin-left: -40px;
}
.tedian ul li{
    margin: 0 0px 40px 40px;
    width: calc(50% - 60px);
}
.te_item{
    line-height: 32px;
    padding-left: 60px;
    background: url(../images/mainicon.png) no-repeat;
    padding: 5px 0 0 60px;
}
.te_item p{
    font-size: 16px;
    font-weight: bold;
    color: #2f2c63;
}
.te_item span{
    font-size: 16px;
    color: #999;
    line-height: 24px;
    display: block;
}
.tedian ul li:last-child{
    width: 100%;
}
.tedian ul li:nth-child(1) .te_item{background-position: 0px 8px;}
.tedian ul li:nth-child(2) .te_item{background-position: 0px -105px;}
.tedian ul li:nth-child(3) .te_item{background-position: 0px -217px;}
.tedian ul li:nth-child(4) .te_item{background-position: 0px -330px;}
.tedian ul li:nth-child(5) .te_item{background-position: 0px -442px;}

.pro_big_main{}
.pro_main_menu{}
.pro_main_menu ul{
    padding: 30px 0 10px;
    border-bottom: 1px solid #ddd;
}
.pro_main_menu ul li{
    display: inline-block;
    margin-right: 90px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}
.pro_main_menu ul li.on,.pro_main_menu ul li:hover{
    font-size: 24px;
    font-weight: bold;
    color: #009dac;
}
.promainbox{}
.ppmain{
    padding: 30px 0;
}
.ppmain p{
    font-size: 16px;
    line-height: 30px;
    font-weight: lighter;
}
.fcbg{background:#fcfcfc}


.fcbg .index_huoban ul li .img{border:1px solid #ddd}


/*imgsnew_con*/
.imgsnew_con{
    display: flex;
    justify-content: space-between;
}
.imgnew_img{
    width: 90%;
    margin-right: 2%;
}
.imgnew_img a{}
.imgnew_img .img{}
.imgnew_img .img img{}
.imgnew_imgtitle{
    width: 100%;
}
.img_news_list{
    height: 100%;
}
.img_news_list ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.img_news_list ul li{
    border-bottom: 1px dashed #ddd;
    height: 100%;
}
.img_news_list ul li a{
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
}
.img_news_list ul li a .img{display:none}
.imgnes_title{
    transition:all 0.3s ease
}
.imgnes_title span{
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    display: block;
}
.imgnes_title p{
    font-size: 22px;
}
.img_news_list ul li:hover .imgnes_title{padding-left:20px}
.img_news_list ul li:hover .imgnes_title p{color:#009dae}
.news_list_main{
    margin-top: 50px;
    border-top: 10px solid #f1f1f1;
}
.news_list_main ul{}
.news_list_main ul li{
    padding: 30px 0;
    border-bottom: 1px dashed #ddd;
}
.news_list_main ul li a {}
.news_list_con{
    display: flex;
    align-items: center;
}
.newlist_time{
    width: 15%;
    flex-shrink: 0;
    border-right: 1px solid #ddd;
    padding: 20px;
}
.newlist_time em{
    display: block;
    font-size: 42px;
    font-weight: bold;
}
.newlist_time span{
    font-size: 20px;
    color: #666;
}
.newlist_main{
    width: 60%;
    padding: 0 5%;
    transition:all 0.3s ease
}
.newlist_main h3{
    font-size: 22px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.newlist_main p{
    font-size: 15px;
    line-height: 30px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_list_con .img{
    width: 25%;
}
.news_list_con .img img{}

.news_list_main ul li:hover .newlist_main{padding:0 5% 0 6%;color:#009dae}

/*news_main_con*/
.news_main_con{}
.news_main_con h4{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}
 

.time{
    font-size: 18px;
    font-weight: lighter;
    display: block;
    text-align: center;
    color: #999;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}


.ne_mai_ma{
    padding: 40px 0;
}
.ne_mai_ma p{
    font-size: 16px;
    line-height: 30px;
}

/*contact_main*/
.contact_main{
    display: flex;
}
.con_fs{
    width: 50%;
    background: #fcfcfc;
    padding: 40px 40px 0;
}
.con_com{}
.con_com h1{
    font-size: 22px;
    font-weight: bold;
    margin: 0 00 50px;
}
.con_com ul{}
.con_com ul li{
    line-height: 26px;
    margin-bottom: 30px;
}
.con_com ul li span{
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-left: 25px;
    background: url(../images/fsicon.png) no-repeat;
}
.con_com ul li p{
    color: #666;
}
.con_com ul li:nth-child(1) span{
    background-position: 0 0;
}
.con_com ul li:nth-child(2) span{background-position: 0 -42px;}
.con_com ul li:nth-child(3) span{background-position: 0 -86px;}
.con_map{width: 50%;}



@media only screen and (max-width: 960px) {
.wrap{max-width:820px}
.header .nav ul li a{padding: 0 9px;}
.header .logo a img {width: 80%;}

}

@media only screen and (max-width: 768px) {
body{width:100%;min-width: 1px;}
.wrap {width: 90%;}
.header{height:88px;position: fixed;top: 0;left: 0;right: 0;z-index: 999;background: #fff;}
.chat{display:none}
.header .logo{width: 85%;height: 88px;}
.header .nav{position:absolute;background: #fff;left: 0;top: 88px;right: 0;z-index: 999;/* display: none; */border-top: 1px solid #ddd;height: 0;overflow: hidden;transition: all 0.2s ease;}
.nav.navshow{/* display:block */height: auto;box-shadow: 0 6px 6px rgba(0,0,0,0.2);}
.header .nav ul{padding:20px 0;width: 100%;}
.header .nav ul li a{color:#333;line-height: 42px;text-align: center;}
.header .nav ul li .zinav a{line-height: 32px;}
.header .nav ul li a.on, .header .nav ul li a:hover{border:none}
.header .nav ul li{float:none;width: 100%;}
.phoneicon{display:block}


.bannercon,.neibanner{margin-top:88px}
.content {padding: 40px 0;}
.index_big_title{margin-bottom:20px}
.pro_menu ul li{padding:0 10px;margin-bottom: 20px;}
.pro_menu{margin-bottom:10px}
.pro_con,.small_pro a,.index_about{display:block}
.small_pro{margin: 0 0 20px 0 !important;}
.pro_text,.big_probox .pro_text{margin-bottom:20px}
.index_about .img{display:none}
.about_text{margin:0}
.index_huoban ul li{width:33.33%;margin-bottom: 0;}
.swiper-container{width:80%}
.foot_nav_cont ul li{display:none}
.foot_nav_cont ul li:last-child{display:block;text-align:center}
.foot_nav_cont ul{justify-content:center}
.foot_main{padding:30px 0}
.foot_bot .wrap{display:block}
.nav_seach{position: fixed;right: 0;top: 0;height: 88px;}


.about_main{display:block}
.nei_ab_text{margin: 0 0 40px 0;}
.nei_ab_img{text-align:center}
.main_pro ul{flex-wrap:wrap}
.main_pro ul li{width:50%;margin-bottom: 20px;}
.about_text h4{font-size:26px}
.about_text p{font-size:16px;line-height:30px}

.nei_ban_title{bottom: 10px;}
.nei_ban_title h3{font-size: 20px;}
.nei_ban_title span{font-size: 14px;}
.imgnew_img{display:none}
.img_news_list ul li a .img{display:block;margin-bottom: 20px;}
.img_news_list ul li{padding:20px 0}
.img_news_list ul li a{display:block}
.news_list_con .img{display:none}
.newlist_time,.newlist_main{width:auto;overflow: hidden;padding: 10px;}
.newlist_time em{font-size:24px}
.newlist_time span{font-size:16px}
.news_list_main ul li{padding:10px 0}
.imgnes_title p,.newlist_main h3{font-size:20px}
.newlist_main p{line-height:22px}


.neibanner{background:#3969b4;min-height: 80px;background: linear-gradient(18deg, #009bad 0%, #3969b4 100%);}
.neibanner img{display:none}

.index_huoban ul{margin-left:-10px}
.index_huoban ul li .img{margin: 0 0 10px 10px;}

.pro_con_list ul{display:block}
.pro_con_list ul li{width:100%}

.pro_main_con{display:block}
.pro_main{width:100%;padding-top: 100%;}
.pro_main_main{margin:0}
.pro_main_main h4{font-size:24px;margin:30px 0 20px}
.tedian ul{display:block;margin: 0;}
.tedian ul li{width:100%;margin: 0 0 20px 0;}
.pro_main_menu ul li{margin-right:10px;margin-bottom: 10px;}
.contact_main{display:block}
.con_fs{padding: 40px 40px 20px;margin-bottom: 20px;width:100%}
.con_map {
    width: 100%;
}
.con_map img{width:100%}
}
