*{margin: 0; padding: 0;}
html,body { height: 100% }
a{text-decoration: none; cursor:pointer;color: #000000;}
a:link, a:visited, a:active, a:hover{text-decoration: none;}
li{list-style: none;}
ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}
p{margin: 0; padding: 0;}
/* 灰条 */
.header_top {
    background: #f9f9fb;
    width: 100%;
    color: #898989;
    font-size: 16px;
    
    line-height: 39px;
}
.topflex {
    
}
.top_l {
    float: left;
}
.top_r {
   float: right;
}
.top_r {
    text-align: right;
}
.top_r a {
    color: #898989;
}
.nav_btn {
    display: none;
}
.shou {
    padding-right: 20px;
}
@media (max-width:768px) {
    .header_top {
        font-size: 14px;
    }
    .logo3 .logo {
        margin-right: 0;
    }
    .logo img {
        width: 100%;
    }
    .top_r {
        display: none;
    }
    .top_l {
        text-align: center;
        float: none;
    }
    .nav_btn {
        display: block;
        position: absolute;
        top: 57px;
        right: 15px;
    }
    .nav_btn i {
        display: block;
        width: 25px;
        height: 2px;
        background: #666;
        margin: 6px auto;
    }
    .menu {
        position: absolute;
        top: 99%;

        z-index: 999;
        background: #fff;
        width: 100%;
        display: none;
        overflow: hidden;
    }
}

/* logo */
.main .row {
    position: relative;
    line-height: 100px;
    align-items: center;
    height: 100px;
}
.logo {
    float: left;
    margin-right: 60px;
}
.logo2 {
    width: 35%;
}
.logotxt {
    width: 83%;
    float: right;
    padding-left: 10px;
}
.logotxt p {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}
.logotxt div {
    color: #9a9898;
    font-size: 16px;
}
.menu {
    
    margin-bottom: 0px;
}
.menu li {
    font-size: 16px;
    float: left;
    text-align: center;
    position: relative;
    
    padding: 3px 8px 0 0;
}
.menu li:last-child {
    padding: 3px 0px 0 0;
}
.menu li a {
    
    padding: 5px 20px;
}
.menu li a:hover {
    background: #2576ba;
    color: #ffffff;
}
.header .active a {
    background: #2576ba;
    color: #ffffff;
}
.s_menu .active a {
    background: #2576ba;
    color: #ffffff;
}
/* 二级菜单样式 */
.down_list {
	display: none;
	position: absolute;
	top: 71px;
	left: 0px;
	width: 94%;
	background: rgba(146, 203, 252, 0.7);
    z-index: 999;
}
.down_list a {
	line-height: 50px;
}
.menu li:hover a {
    background: #2576ba;
    color: #ffffff;
}
.menu li:hover .down_list a {
    background: none;
}
.menu li:hover .down_list {
    display: block;
}
.menu li .down_list a{
    line-height: 30px;
    border-bottom: 1px dashed  #c4e2fd;
    padding: 0;
    float: left;
    width: 100%;
    margin: 0 0 4px 0;
}
.menu li .down_list a:hover {
    background: #2576ba;;
}
.menu li .down_list img {
    position: absolute;
    left: 43%;
    top: -4px;
}
.logo3 {
    display: none;
}
@media (max-width:768px) {
    .header .active a {
        background: none;
        color: #000;
    }
    .menu li {
        border-bottom: 1px solid #D9D9D9;
        width: 100%;
        padding: 15px 0;
        display: inline-block;
        text-align: left;
        
    }
    .menu li:hover a {
        background: none;
        color: #000;
    }
    .menu li a {
        margin-left: 20px;
        display: block;
        padding: 0;
    }
    .menu li:nth-child(3)::after {
        display: block;
        content: "";
        border-left: 2px solid #888;
        border-bottom: 2px solid #888;
        position: absolute;
        top: 20px;
        right: 10px;
        width: 10px;
        height: 10px;
        transform: rotate(135deg);
        transition: 0.5s;
    }
    .menu li:nth-child(6)::after {
        display: block;
        content: "";
        border-left: 2px solid #888;
        border-bottom: 2px solid #888;
        position: absolute;
        top: 20px;
        right: 10px;
        width: 10px;
        height: 10px;
        transform: rotate(135deg);
        transition: 0.5s;
    }
    .menu li.active::after {
        transform: rotate(310deg);
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
        transition: 0.5s;
    }
    .logo2 {
        display: none;
    }
    .main .row {
        height: 65px;
        line-height: 15px;
    }
    .logo3 {
        display: block;
        width: 80%;
        position: absolute;
        top: 50px;
    }
    .logotxt {
        float: left;
        width: 75%;
    }
    .logotxt p{
        font-size: 18px;
        margin-top: 10px;
    }
    .logotxt div {
        font-size: 12px;
    }
    .menu li:hover .down_list {
        position: inherit;
        background: none;
        display: none;
        width: 100%;
        border-top: 1px solid #d9d9d9;
        top: 16px;
    }
    .down_list img {
        display: none;
    }
    .daohang .menu li .down_list>a {
        color: #333;
        border-bottom: 1px solid #D9D9D9;
        background: #f2f2f2;
        display: block;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        margin: 0;
        padding: 10px;
    }
    .menu li:last-child {
        padding: 15px 0;
    }
}
/* 轮播 */
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}
#z {
	height: 662px;
}
#z .swiper-wrapper .swiper-slide {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
@media (max-width:768px) {
    #z {
        height: 260px;
    }
    #z .swiper-wrapper .swiper-slide {
        background-size: 185% 100%;
    }
}
/* 关键词 */
.gjc{padding:31px 0;background: #e6e6e6;}
/* .gjc .gjc_con{padding:0;} */
.gjc_con_txt:after{display: block;content:"";clear: both;}
.gjc_con_txt span{font-size: 18px;color:#3e3a39;float: left;}
.gjc_con_txt ul{text-align: left;float: left;}
.gjc_con_txt ul li{display: inline-block; line-height:24px;}
.gjc_con_txt ul li:last-child {border-right:none;}
.gjc_con_txt ul li a{font-size: 18px;color:#666666;padding:0 10px} 
@media(max-width: 768px){
.gjc_con_txt span{font-size: 12px;display: inline-block;margin-top:4px;}
.gjc_con_txt ul li a{font-size: 12px;} 
.gjc_con_txt ul{float:none;}
.gjc{padding:10px 0;}
.gjc .gjc_con{padding-left: 15px;}
}
/* 产品中心 */
.chanpin {
    margin-top: 76px;
}
.chanpin .title {
    text-align: center;
    padding-bottom: 40px;
}
.title span {
    font-size: 36px;
    color: #3e3a39;
}
.fenlei ul {
    text-align: center;
}
.fenlei ul li {
    display: inline-block;
    background: #efefef;
    padding: 5px 10px;
    margin: 5px;
    width: 82px;
    cursor: pointer;
}
.fenlei ul li:hover {
    background: #2576ba;
    
}
.fenlei ul li:hover {
    color: #ffffff;
}
.fenlei ul li.on {
    background: #2576ba;
    
}
.fenlei ul li.on {
    color: #ffffff;
}
.cptu {
    margin-top: 40px;
}
.cpbox {
    text-align: center;
    padding: 10px 10px 0;
    background: #efefef;
    width: 387px;
}
.bot {
    margin-bottom: 34px;
    /* padding-left: 0; */
}
.bot:nth-child(3) {
    padding-right: 0;
}
.bot:nth-child(6) {
    padding-right: 0;
}
.bot:nth-child(9) {
    padding-right: 0;
}

.pic img {
    width: 100%;
    height: 263px;
}
.cp_t p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #595757;
    padding: 11px 0;
}
.more {
    margin: 19px 0 53px;
}
.but {
    
    margin: 0 auto;
    text-align: center;
    line-height: 55px;
}
.but a {
    color: #ffffff;
    background: #2576ba;
    padding: 19px 113px;
}
@media (max-width:768px) {
    .cpbox {
        width: 100%;
    }
    .cpbox .pic {
        height: 110px;
    }
    .pic img {
        height: 110px;
    }
    .cp_t p {
        line-height: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .more {
        margin: 0px 0 20px;
    }
    .bot:nth-child(odd) {
        padding-left: 0;
        padding-right: 5px;
    }
    .bot:nth-child(even) {
        padding-right: 0;
        padding-left: 5px;
    }
    .chanpin {
        margin-top: 25px;
    }
    .chanpin .title {
        padding-bottom: 15px;
    }
    .cptu .bot:last-child {
        /* display: none; */
    }
    .but a {
        padding: 10px 20px;
    }
    .title span {
        font-size: 28px;
    }
    .fenlei ul li {
        width: auto;
        padding: 5px 23px;
    }
    .fenlei ul li:last-child {
        /* display: none; */
    }
    .fenlei ul li:nth-child(10) {
        display: none;
    }
    .cptu {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 20px;
    }
    .bot {
        margin-bottom: 20px;
    }
}
/* 诚信 */
.chengxin {
    background: url(../images/banner0.png) repeat-x top center;
    
    padding: 51px 0 18px;
    text-align: center;
}
.cx1 p {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}
.cx2 {
    background: #e8283c;
    width: 444px;
    margin: 0 auto;
}
.cx2 p{
    font-size: 28px;
    color: #ffffff;
    padding: 0;
}
.cx3 {
    border: 1px solid #ffffff;
    width: 335px;
    margin: 10px auto;
}
.cx3 p {
    font-size: 24px;
    color: #ffffff;
}
@media (max-width:768px) {
    .cx1 p {
        font-size: 30px;
    }
    .cx2 p {
        font-size: 18px;
    }
    .cx2 {
        width: 85%;
    }
    .cx3 {
        width: 325px;
    }
}
/* 工程案例 */
.gongcheng {
    background: #efefef;
    padding: 63px 0 67px;
}
.gctxt {
	display: flex;
	justify-content: space-between;
}
.t_l {
    float: left;
}
.t_r {
    float: right;
    background: url(../images/more.png) no-repeat;
    width: 64px;
    text-align: center;
    margin-top: 30px;
    margin-right: 37px;
}
.t_r p a {
    color: #3e3a39;
    font-size: 13px;
}
.ltxt {
    font-size: 24px;
}
.ltxt2 {
    font-size: 16px;
    color: #9c9a9a;
    margin-top: 16px;
}
.r_r p {
    color: #959594;
}
.gctu {
	width: 100%;
	display: flex;
    margin-top: 60px;
}
.gctu_l,.gctu_r {
	padding: 0;
}
.gctu img {
	width: 100%;
}
.tu-b {
	display: flex;
}
.gctu_l  {
	
}
.tu_t  {
    padding: 0 0 16px 12px;
}
.b_l  {
    padding: 0 15px 0 13px;
}
.b_r img, .b_l img {
    height: 335px;    
}
.tu_t_txt {
    border: 1px solid #fff;
    padding-top: 20%;
    text-align: center;
    position: absolute;
    top: 20%;
    left: 30%;
    font-size: 24px;
}
.gctu_l .tu_t_txt {
    padding-top: 50%;
}
.tu-b .tu_t_txt {
    padding-top: 50%;
    
}
.b_l .tu_t_txt {
    margin: 0 15px 0 13px;
}
.tu_t .tu_t_txt {
    margin: 0 0 13px 12px;
}
.tu_t_txt a {
    color: #ffffff;
}
@media (max-width:768px) {
    .tu_t_txt {
        top: 10%;
        left: 10%;
        font-size: 16px;
    width: 140px;
    }
    .b_r img, .b_l img {
        height: 92px;
    }
    .gctu {
        margin-top: 20px;
    }
    .gctu .overlay.tu_t_txt {
        display: none;
    }
    .gongcheng {
       
        padding: 35px 0 12px;
    }
    .tu_t  {
        padding: 0 0 12px 12px;
    }
    .b_l  {
        padding: 0 12px 0 12px;
    }
}

/* 关于我们 */
.guanyu {
    margin: 80px 0 76px;
   
}
.xk {
    position: relative;
}
.xk img {
    position: absolute;
    top: -28px;
    right: 22px;
    
}
.xk .xk2 {
    width: 83%;
    height: 1px;
    padding-right: 11px;
    top: -18px;
    right: 44px;
}
.guanyu2 {
	/* display: flex;
	justify-content: space-between; */
}
.gytitle {
    font-size: 30px;
    color: #3e3a39;
}
.gy_l {
    padding: 0 15px 0 0;
}
.jianjie {
    font-size: 20px;
    line-height: 32px;
    margin: 30px 0;
    color: #3481c2;
}
.jianjie2 {
    font-size: 16px;
    line-height: 35px;
    color: #595757;
    margin: 0 0 25px;
}
.tiao {
    font-size: 18px;
}
.tiao a {
    color: #fff;
    background: #1874c1;
    padding: 7px 19px;
}
#c {
    margin: 83px auto 0;
    text-align: center;
    width: 1095px;
}
#c .swiper-slide {
    
    /* padding: 0px 25px; */
    height: 368px;
}
.swiper-slide img {
    width: 90%;
    
}
#d {display: none;}
.tihuan {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    top: 0;
    width: 30px;
    height: 368px;
    margin-top: 0;
}
.swiper-button-next {
    right: 0;
}
.swiper-button-prev {
    left: 0;
}
.z-swiper .tihuan {
    display: none;
}
@media (max-width:768px) {
    .gytitle {
        font-size: 24px;
    }
    .tiao {
        display: none;
    }
    .gy_r {
        display: none;
    }
    #d {
        display: block;
        text-align: center;
        padding: 5px 0 5px;
        width: 80%;
    }
    #d .swiper-slide img {
        width: 80%;
    }
    #d .tihuan {
        background-size: 100% 52%;
        margin: -60px 0px;
    }
    #c {
        display: none;
    }
    .jianjie {
        font-size: 14px;
        margin: 10px 0;
    }
    .jianjie2 {
        margin: 15px 0;
    }
    .xk {
        display: none;
    }
    .guanyu {
        margin: 30px 0 20px;
    }
    .tihuan {
        top: 527px;
        width: 30px;
        height: 135px;
        margin-top: 10px;
    }
    .z-swiper {
        position: relative;
    }
   
}
/* 新闻 */
.news {
    padding: 104px 0 55px;
    background: url(../images/bannerzi.png) repeat-x top center ;
    
}
.baidi {
    background: #ffffff;
   
    height: 550px;
}
.news_l,.news_r {
    width: 50%;
    padding: 30px 20px 0 30px;
}
.news_l,.hangye {
    float: left;
}
.news_r, .more2  {
    float: right;
}
.more2 {
    background: url(../images/more.png) no-repeat;
    width: 66px;
    text-align: center;
    margin-top: 15px;
}
.l_top {
    
}
.botul li {
    margin: 10px 0;
    padding-left: 15px;
    position: relative;
    border-bottom: 1px dotted #898989;
}
.botul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    border-top: 1px solid #1857a3;
    border-right: 1px solid #1857a3;
    transform: rotate(45deg);
    left: 0px;
    width: 6px;
    height: 6px;
}
.botul li a {
    font-size: 15px;
    color: #595757;
    line-height: 30px;
}
.botul li span {
    float: right;
}
.zixun {
    font-size: 30px;
}
.quanxin {
    color: #9d9c9c;
}
.more2 a {
    color: #a09f9f;
    font-size: 13px
}
.l_mid {
    padding: 95px 0 15px;
}
.l_mid img {
    width: 100%;
}
@media (max-width:768px) {
    .baidi {
        display: block;
        height: 900px;
    }
    .news_l, .news_r {
        width: 100%;
    }
    .news {
        background-repeat: repeat-y;
        padding: 30px 0 0px;
    }
    .botul li {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .botul li span {
        display: none;
    }
}

/* 联系 */
.ditu {
    
    padding: 50px 0;
}
.ditu_l {
    padding-top: 34px;
    float: left;
    width: 45%;
}
.ming {
    font-size: 30px;
}
.fangshi {
    color: #595757;
    line-height: 30px;
    padding: 30px 0;
    font-size: 16px;
}
.hong div {
    background: #e8283c;
    width: 175px;
    float: left;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.hong div a {
    color: #fff;
}
.hong1 {
    margin-right: 30px;
}
@media (max-width:768px) {
    .ditu_r img {
        display: none;
    }
    .hong div {
        width: 150px;
    }
    .ming {
        font-size: 24px;
    }  
    .fangshi {
        padding: 20px 0 30px;
    }
}
/* 技术支持  二维码 */
.zhichi {
    padding: 80px 0;
    background: url(../images/dibu.png) repeat-x top center ;
    
}
.daohang2 {
    height: 20px;
}
.daohang2 ul li {
    float: left;
    border-right: 1px solid #fff;
    line-height: 16px;
    padding: 0 10px;
    font-family: 宋体;
}
.daohang2 ul li:first-child {
    padding-left: 0;
}
.daohang2 ul li:last-child {
    border: none;
}
.daohang2 ul li a {
    color: #fff;
}
.copy {
    color: #ffffff;
    
    padding: 20px 0;
    line-height: 40px;
}
.copy a {
    color: #fff;
}
.zc_r {
    float: right;
}
.zc_r p {
    color: #fff;
    font-family: 宋体;
    margin-top: 10px;
}
.ma1,.ma2 {
    padding-right: 40px;
    text-align: center;
    float: left;
}
.ma1 img, .ma2 img {
    background: linear-gradient(to left, #7c7d7e, #7c7d7e) left top no-repeat, 
                linear-gradient(to bottom, #7c7d7e, #7c7d7e) left top no-repeat, 
                linear-gradient(to left, #7c7d7e, #7c7d7e) right top no-repeat,
                linear-gradient(to bottom, #7c7d7e, #7c7d7e) right top no-repeat, 
                linear-gradient(to left, #7c7d7e, #7c7d7e) left bottom no-repeat,
                linear-gradient(to bottom, #7c7d7e, #7c7d7e) left bottom no-repeat,
                linear-gradient(to left, #7c7d7e, #7c7d7e) right bottom no-repeat,
                linear-gradient(to left, #7c7d7e, #7c7d7e) right bottom no-repeat;
    background-size: 2px 20px, 20px 2px, 2px 20px, 20px 2px;
    padding: 5px;
}
@media (max-width:768px) {
    .zc_r {
        display: none;
    }
    .zhichi {
       display: none;
    }
    .ditu_l {
        padding-top: 0;
        width: 100%;
    }
    .ditu_r {
        display: none;
    }
    .daohang2 ul li {
        font-size: 14px;
        margin: 5px 0;
        padding: 0 5px;
    }
    .daohang2 {
        height: 40px;
    }
}
/* 友情链接 */
.youqing {
    background: #56585a;
    padding: 22px 0;
    line-height: 30px;
    color: #fff;
    
}
.youqing ul li {
    float: left;
    color: #c4c4c5;
    padding: 0 20px;
}
.youqing ul li:first-child {
    padding: 0;
}
.youqing p {
    font-size: 16px;
}
.laiwu li a {
    color: #c4c4c5;
}
@media (max-width:768px) {
    .youqing {
        display: none;
    }
}
/* content */
.top {
    width: 100%;
    height: 351px;
    background-position: center center;
    background-repeat: no-repeat;
}
.n_banner {
    height: 351px;
    position: relative;
    overflow: hidden;
}
.breadCrum {
    border-bottom: 1px #f2f2f2 solid;
}
.wrap {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.breadCrum .channel {
    background: url(../images/red.9.png) repeat;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 258px;
    height: 76px;
    line-height: 76px;
    position: relative;
    margin-top: -76px;
    text-align: center;
}
.breadCrum .channel:before {
    content: '';
    width: 82px;
    height: 76px;
    background: url(../images/polygon.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.breadCrum .bread {
    padding: 30px 0 18px;
}
.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}
.l {
    float: left;
}
.tab2x {
    display: none;
}
.r {
    float: right;
}
.posi {
    font-size: 13px;
    font-weight: normal;
    color: #0a3169;
    margin-top: 10px;
}
.posi span {
    margin: 0 6px;
}
.posi span, .posi a {
    color: #000;
}
@media (max-width:768px) {
    .n_banner {
        height: auto;
    }
    .top {
        height: 120px;
    }
    .main_left, .wrap {
        width: 100%;
    }
    .breadCrum .channel {
        display: none;
    }
    .breadCrum .bread {
        padding: 0;
    }
    .r, .l {
        float: none;
    }
    .s_menu {
        position: relative;
    }
    ul.fix {
        display: none;
    }
    
    .tab2x .list_down {
        display: none;
        position: absolute;
        width: 100%;
        background-color: #f7f7f7;
        left: 0;
        top: 56px;
        padding: 0 15px 10px;
    }
    .posi {
        margin-top: 66px;
    }
    .kfay, .kfay dt, .kfay dd, .wm-l, .w660 {
        width: 100%;
    }
    .kfay dt img {
        margin: 0 auto;
    }
    .cx {
        clear: both;
        margin: 25px auto;
    }
    .w660 {
        float: left;
    }
    .tab2x::after {
        display: block;
        content: "";
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        top: 27px;
        right: 15px;
        width: 10px;
        height: 10px;
        transform: rotate(135deg);
        transition: 0.5s;
    }
    .tab2x a {
        display: block;
        color: #4c4c4c;
        padding: 10px;
        font-size: 16px;
        border-bottom: 1px solid #d9d9d9;
    }
}


/* 分页*/
#pages { padding:14px 300px 20px; font-family:宋体;}
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

@media (max-width:768px){
    #pages {
        padding: 0;
    }
}

.gy_l {
    width: 570px;
    margin-top: 7px;
    float: left;
}
.gy_r {
    overflow: hidden;
    width: 600px;
    height: 441px;
}
.gy_r img {
    
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.gy_r img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.pic {
    height: 263px;
    /* width: 365px; */
    overflow: hidden;
}
.pic img {
    
    transition: all 0.6s;
    -ms-transition: all 0.8s;
}
.pic img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
@media (max-width:768px) {
    .gy_l {
        width: 100%;
        padding: 0;
    }
}
/* 工程轮播 */
.c-swiper {
    width: 100%;
    position: relative;
}
.c {
    width: 1108px;
}

.yinying {
    background: url(../images/yinying.png) repeat-x top center;
    height: 75px;
    margin-top: 8px;
}


.fang {
    display: none;
}
.lianxi {
    padding-top: 20px;
    padding-bottom: 76px;
}

.zc_l {
    float: left;
    width: 52%;
}

@media (max-width:768px) {
    .c-swiper .tihuan {
        display: none;
    }
    .z-swiper .tihuan {
        display: block;
    }
}
/* 手机端底部 */
.beian {
    display: none;
    background: url(../images/dibu.png) repeat-x top center;
}
@media (max-width:768px) {
    .beian {
        display: block;
    }
    .copy {
        padding: 20px 15px 86px;
    }
    .ditu {
        padding: 0;
    }
    .lianxi {
        padding-bottom: 20px;
    }
}
.kefu_right {
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 67px;
    z-index: 99;
    display: none;
    background: #67a8e0;
}
.kefu_right ul {
    text-align: center;
}
.kefu_right ul li {
    display: inline-block;
    cursor: pointer;
    padding: 15px 30px;
}
.kefu_right ul li i {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.kefu_right ul li i img {
    width: 100%;
    height: 100%;
}
.kefu_right ul li p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}
@media (max-width: 768px) {
    .kefu_right {
        display: block;
    }
    .map {
        display: none;
    }
    .kfay dd p {
        padding-bottom: 15px;
    }
    .content .wm-l {
        padding: 15px 0;
        height: 245px;
    }
    .content .wm-l ul {
        margin: 15px 22px 0 30px;
    }
    .content.g-gywm {
        height: 420px;
    }
    .cp_r ._jshao {
        min-height: auto;
        line-height: 20px;
    }
    .cp_r ._jshao p {
        padding: 5px 0px;
    }
    ._tools.fix {
        margin-top: 20px;
    }
    .zizhi2 .container {
        padding-left: 0;
    }
    .jieshao .cs_con p {
        line-height: 20px;
        padding: 15px 0;
    }
    .zizhi .ry_title {
        font-size: 20px;
    }
    .laiyuan span:last-child {
        display: none;
    }
    .zizhi .tupian p {
        line-height: 30px;
        padding: 10px 0;
    }
    
    .tab2x.on::after {
        transform: rotate(310deg);
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transition: 0.5s;
    }
    .cs_con table {
        width: 100% !important;
    }
    .neirong .zz3 .tupianzi li img {
        height: 130px;
    }
    .cp_l .magnifier-view, .cp_l .move-view {
        display: none !important;
    }
}



.zz3 .tupianzi li img {
    width: 100%;
    height: 263px;
}