﻿.ul_fy {
    margin: 20px;
}

/* 新闻 */
.ne1 {
    position: relative;
    overflow: hidden;
    margin-top: 110px;
}

.ne1 img {
    display: block;
    width: 100%;
}

.ne1 .txte {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.ne1 .txte .title {
    font-size: 48px;
    line-height: 80px;
    font-weight: 700;
}

.ne1 .txte .txt {
    font-size: 24px;
    line-height: 80px;
}

.ne2 {
    margin-top: -35px;
    background-color: #f6f6f6;
}

.ne2 .nave {
    background-color: #fff;
    box-shadow: 0 1px 12px rgb(68 68 68 / 10%);
}

.ne2 .nave .skip {
    display: flex;
}


.ne2 .nave .skip a {
    font-size: 18px;
    line-height: 80px;
    width: 33.3%;
    text-align: center;
}

.ne2 .nave .skip a:hover{
    border-bottom: 4px  solid #ce0212;
}


.ne2 .nave .skip .butt {
    color: #e20214;
    border-bottom: 4px solid #e20214;
}

.crumbs_nav {
    font-size: 14px;
    color: #777777;
}

.crumbs_nav .on {
    color: #333;
}

.crumbs_nav a {
    display: inline-block;
    color: #777777;
}

.w1 {
    line-height: 1.7em;
    padding: 15px 0 30px;
}

.ne3{
    padding-bottom:40px ;
}

.news_list1 {
    margin: 0 -8px;
}
.news_list1.lp{
    padding-top: 20px;
}


.news_list1 li {
    float: left;
    padding: 0 8px;
    margin-bottom: 18px;
}

.news_list1 .li1 {
    width: 66.6666%;
}

.news_list1 .li2 {
    width: 33.3333%;
}

.news_list1 .li1 .con {
    position: relative;
}

.news_list1 .li2 .con {
    background-color: #fff;
    display: block;
}

.news_list1 .txt {
    padding: 20px 28px;
    position: relative;
}

.news_list1 .li1 .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.news_list1 li .txt .tit{
	font-size: 24px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news_list1 .li1 .txt .tit{
	font-size: 36px;
	color: #fff;
	line-height: 1.5em;
	height: 3.2em;
	-webkit-line-clamp: 2;
}
.news_list1 .li2 .txt .tit{
	font-size: 24px;
	color: #333333;
	line-height: 1.4em;
	height: 4.2em;
	-webkit-line-clamp: 3;
    margin-bottom: 20px;
}


.swiper_bar3_2 .bar_dn{
    bottom: 0;
}
.swiper_bar3_2 .swiper-pagination-bullet{
    background-color: #fff;
}
.swiper_bar3_2 .swiper-pagination-bullet-active{
    background-color: #eb5e69;
}


.news_list1  .desc{
	font-size: 18px;
	color: #999999;
}
.news_list1 .li1 .desc{
	color: #fff;
}
.news_list1 .txt .r_more{
	/* position: absolute;
	right: 0; */
	width: 17px;
	height: 31px;
	position: relative;
}
.news_list1 .txt .r_more img:last-child{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.news_list1 .txt .info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_list1 .txt::before{
	content: "";
	width: 0%;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #e20012;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.news_list1 .con:hover .txt::before{
	left: 0;
	right: auto;
	width: 100%;
}
.news_list1 .con:hover .txt .r_more img{
	opacity: 0;
}
.news_list1 .con:hover .txt .r_more img:last-child{
	opacity: 1;
}
.news_list1 .con .img {
	overflow: hidden;
}
.news_list1 .con .img img{
	display: block;
	width: 100%;
}
.news_list1 .con:hover .img img{
	  -webkit-transform: scale(1.04);
	    -moz-transform: scale(1.04); 
	    -ms-transform: scale(1.04); 
	    -o-transform: scale(1.04); 
	    transform: scale(1.04);
}


.cont1 {
    background-color: #f6f6f6;
    margin-top: 110px;
}

.cont1 .tent img{
    display: inline-block;
    /* width: auto!important;
    height: auto!important; */
}

.cont1 .ent .left.act{
	position: fixed;
	width: 330px;
	top: 110px;
}

.cont1 .ent .left {
    float: left;
    width: 330px;
    background-color: #fff;
    padding: 0 16px 45px;
}



.cont1 .ent .left .text {
    padding: 30px 20px;
    border-bottom: 1px dashed #dbdbdb;
    font-size: 16px;
    line-height: 1.7em;
    color: #555;
}



.cont1 .ent .left .text span {
    float: left;
    width: calc(100% -74px);


}

.cont1 .ent .left .text p {
    float: left;
    width: 72%;
}

.cont1 .ent .left .text img {
    

}
.cont1 .ent .left .text .r_more{
	/* position: absolute;
	right: 0; */
	float: left;
    width: 7px;
    height: 12px;
    margin-top: 14px;
	position: relative;
}
.cont1 .ent .left .text .r_more  img:last-child{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.cont1 .ent .left .text a:hover .txt .r_more img{
	opacity: 0;
}
.cont1 .ent .left .text a:hover .r_more img:last-child{
	opacity: 1;
}

.cont1 .ent .right {
    float: right;
    width: calc(100% - 350px);
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #fff;

}

.cont1 .ent .left .text a:hover {
    color: #e20214;
}

.edge .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7em;
    margin: 50px 0 30px;
}

.edge .title .wei {}

.edge .wei img {
    float: left;
	max-width:120px;
}

.edge .wei .txt {
    float: right;
    font-size: 16px;
    color: #888;
    padding: 55px 45px 0 0;

}

.cont1 .ent .right {
    padding: 25px 60px 40px;
}

.right .roof {
    border-bottom: 1px dashed #dbdbdb;

}

.right .title {
    font-size: 36px;
    line-height: 1.7em;
    font-weight: bold;
}

.roof ul li {
    margin-right: 50px;
    float: left;
    font-size: 16px;
    line-height: 60px;
    color: #777;
}

.roof ul li img {
    float: left;
    padding-top: 18px;
    padding-right: 10px;
}

.roof ul li span {
    float: left;
}

.roof ul li p {
    float: left;
}

.tent {
    margin-top: 25px;
}

.tent p {
    font-size: 16px;
    line-height: 1.7em;
    color: #777;
}

.tent p span {
   display: block;
    padding: 10px 0;
}

.tent.tn1 p span {
    display: inline-block;
    padding: 0;
}

.bra1 {
    position: relative;
}

.bra1 img{
	display: block;
	width: 100%;
}

.bra1 .pos {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.bra1 .pos .title {
    font-size: 40px;
    line-height: 2em;
    font-weight: 700;
    color: #fff;
}

.bra1 .pos {
    text-align: center;
}

.bra1 .pos img {
    display: initial;

}

.bra1 .pos a {
    border: 1px double #ce0212;
    width: 150px;
    height: auto;
    font-size: 16px;
    line-height: 2.5em;
    text-align: center;
    border-radius: 10px;
    background-color: #ce0212;
    color: #fff;
}


.bra2 {
    background: url(../images/bjs.jpg);
	background-repeat: no-repeat;
	background-position: center center; 
    padding-bottom: 60px;
}

.bra2 .profile {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.bra2 .porfile .bra_left {
    width: 23%;
}

.bra_left .title {
    font-size: 48px;
    line-height: 1.7em;
    font-weight: bold;
    margin-bottom: 30px;
}

.bra_left .bra_red {
    width: 30px;
    border: 2px double #e20012;
    margin-bottom: 40px;
}

.bra_left .bra_txt {
    font-size: 30px;
    line-height: 1.5em;
}

.bra_left .bra_txt1 {
    font-size: 16px;
    line-height: 1.7em;
    color: #777;
}

.bra_right {

    width: 69%;
}

.bra_right .bra_section {
    margin-top: 10px;
    line-height: 1.75em;
}

.bra_right .bra_section p {
    font-size: 18px;
    line-height: 1.7em;
}

.bra_right .right_r {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.right_r .data {
    text-align: center;
    line-height: 1.7em;
}

.right_r .num {
    font-weight: bold;
    font-size: 66px;
    color: #e20214;
}

.right_r .num em {
    font-size: 24px;
}

.right_r .data p {
    font-size: 16px;
    line-height: 40px;
}

.bra3 {
    background: url(../images/gbj.jpg) no-repeat;
    padding: 120px 0 60px;
	-webkit-background-size: cover;
	background-size: cover;
}

.bra3_intro {
    width: 40%;
}

.bra3_intro .title {
    font-size: 48px;
    line-height: 1.7em;
    font-weight: bold;
    margin-bottom: 30px;
}

.bra3_intro .bra_red {
    width: 30px;
    border: 2px double #e20012;
    margin-bottom: 40px;
}
.bra3 {
	position: relative;
}
.bra3 video{
	display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 3;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
		z-index: -1;
}
.bra3_intro .tet {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.bra3_intro .txt {
    font-size: 16px;
    line-height: 1.7em;
    color: #777;
    margin-bottom: 90px;
}

.bra3 ul li {
    margin: 0 20px 20px 0;
    float: left;
}

.bra3 ul li:nth-child(6n) {
    margin: 0;
}
.swiper_bar3_2{
	padding: 8px 0 40px;
}
.swiper_bar3_2 .sbox:hover {
    box-shadow: 0  0 13px rgba(226,2,20,.13);
}

/* 谱聚医疗 */
.bra1 .ml_ban{
	display: none;
}
.bra1_1 {
    position: relative;
}


.bra1_1 .pos {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.bra1_1 .pos img {
    display: initial;
	width: auto;
}

.bra1_1 .pos .title {
    font-size: 48px;
    line-height: 2em;
    font-weight: 700;
}

.bra1_1 .pos p {
    font-size: 20px;
    line-height: 2em;
}

.bra1_1 .pos {
    text-align: center;
}

.bra2_2 {
    background: url(../images/bjs.jpg);
	background-repeat: no-repeat;
	background-position: center center; 
}

.bra2_2 .profile {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;

}

.bra2_2 .porfile .bra2_left {
    width: 23%;
}

.bra2_left .title {
    font-size: 48px;
    line-height: 1.7em;
    font-weight: bold;
    margin-bottom: 30px;
}

.bra2_left .bra2_red {
    width: 30px;
    border: 2px double #e20012;
    margin-bottom: 40px;
}

.bra2_left .bra2_txt {
    font-size: 28px;
    line-height: 1.7em;
}

.bra2_left .bra2_txt1 {
    font-size: 16px;
    line-height: 1.7em;
    color: #777;
}

.bra2_right {

    width: 71%;
}

.bra2_right .bra2_section {
    margin-top: 10px;
}

.bra2_right .bra2_section p {
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.shijue {
    background: url(../images/jianjie.jpg) center no-repeat fixed;
    height: 515px;
	background-size: cover;
}

.bra2_3 {
    background-color: #f6f6f6;
    padding: 60px 0;
}

.bra2_3 .title {
    font-size: 48px;
    line-height: 1.7em;
    font-weight: bolder;
    text-align: center;
    padding-bottom: 40px;
}

.bra2_3 ul li {
    width: 17%;
    position: relative;
    overflow: hidden;
    float: left;
}

.bra2_3 ul li .te_x{
    text-decoration: underline;
    cursor: pointer;
}



.bra2_3 ul li img {
    display: block;
    max-width: 1960px;
    height: 442px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

}

.bra2_3 ul li .txt {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 30px;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);



}

.bra2_3 ul li .txt .text {
    font-size: 18px;
    line-height: 2em;
    font-weight: bolder;
}

.bra2_3 ul li .txt .text1 {
    font-size: 16px;
    line-height: 1.7em;
}

.bra2_3 ul li .txt .text1 s {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 0;
}

.bra2_3 .ul1 li.act {
    width: 40%;
    overflow: hidden;
}

.bra2_4 {
    margin: 60px 0;
    background-color: #fff;
}


.bra2_4 .content {
    display: flex;
    justify-content: space-between;
}

.bra2_4 .cont2 {
    float: right;
    width: 61%;
    height: 700px;
}
.bra2_4 .cont2 #map {
    display: block;
    width: 100%;
    height: 100%;
}



.bra2_4 .content .text {
    float: left;
    width: 38%;
    background-color: #fff;
    padding: 55px 20px;
}

.bra2_4 .content .text .dzs {
    display: flex;
    padding-bottom: 60px;
}
.bra2_4 .content .text .dzs span {
    color: #b9b9b9;
	font-size: 42px;
	display: block;
	padding: 0 10px;
	font-weight: bold;	
}
.bra2_4 .content .text .dzs p {
    font-size: 48px;
color: rgb(51 51 51 / 40%);    cursor: pointer;
 font-weight: bold;
}

.bra2_4 .content .text .dzs p.on {
    color: #333;
}

.bra2_4 .content .text .dzs s {
    width: 4px;
    height: 43px;
    background-color: #bfbfbf;
    margin: 0 10px;
    font-style: italic;
    transform: rotate(30deg);
}

.bra2_4 .content .text .ress{
    line-height: 1.5em;
    color: #333;
    font-weight: bold;

}
.bra2_4 .content .text .heng{
    width: 26px;
    height: 1px;
    position: absolute;
    background-color: #ce0212;
}

.ress .company{
    font-size: 30px;
    padding-bottom: 30px;
}
.ress a{
    font-size: 28px;
    padding-bottom: 40px;
    border-bottom: 1px ridge #bbb;
    width: 100%;
}

.bra2_4 .content .text .dzs1 {
    font-size: 16px;
    line-height: 1.5em;
    color: #666;
    padding-top: 30px;
}
.bra2_4 .content .text .dzs2 {
    font-size: 16px;
    line-height: 1.5em;
    color: #666;
    padding-top: 20px;
}
.bra2_4 .content .text .dzs3 p {
    font-size: 16px;
    line-height: 1.5em;
    color: #888;
    padding-left: 43px;
}

.bra2_4 .content .text .dzs3 img {
    margin-top: 40px;
}
#map .BMap_Marker div{
    height: 58px !important;
}

.bra1_1 img{
	display: block;
	width: 100%;
}


.bra1_1 .ml_ban{
	display: none;
}
.cont1 .ent .left .text a{
	display: block;
}



.bra2_3 .ul1{height: 442px;overflow: hidden;}
@media (max-width: 1680px) {
   
	.news_list1 .txt .r_more{
		width: 11px;
		    height: 22px;
	}
	.bra2_4 .content .text .dzs p{font-size: 42px;}
	
	.right .title {font-size: 34px;}
	
}
@media (max-width: 1600px) {
    .news_list1 .li2 .txt .tit {
        height: 6.8em;

    }
    .bra3 ul li:nth-child(6n) {
        margin: 0 20px 20px 0;
    }
	.bra1_1 .pos {
        top: 40%;
  
    }
}
@media (max-width: 1440px) {
	.bra2_4 .content .text .dzs span ,.bra2_3 .title{
		font-size: 36px;
	}
	
   
    .news_list1 .li2 .txt .tit {
		height: 2.8em;
	}
    .news_list1 .li1 .txt .tit {
        font-size: 30px;
    }
    .news_list1 .li2 .txt .tit {
        font-size: 22px;
    }
  

    .right .title {
        font-size: 30px;
    }
    
    .bra1 .pos .title {
        font-size: 36px;
    }

    .bra_left .title {
        font-size: 36px;
    }

    .bra_left .bra_txt {
        font-size: 24px;
    }
    .bra_left .bra_red {
        margin-bottom: 30px;
    }
    .bra_right .bra_section p {
        font-size: 16px;
    }
    .right_r .num {
        font-size: 50px;
    }
    .bra3_intro .title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .bra2_3 .title {
            font-size: 36px;
    }
    .bra2_4 .content .text .dzs p {
            font-size: 36px;
}
.ress .company {
    font-size: 26px;
}
.bra2_left .title {
    font-size: 46px;
}
.roof ul li {
    font-size: 16px;
}
.shijue {
    height: 400px;
}
.bra3 {
    padding: 80px 0 60px;
}
.ne1 img {
   width: auto;
       display: block;
       height: 100%;
       max-width: 1400px;
       position: relative;
       left: 50%;
       transform: translateX(-50%);
       -webkit-transform: translateX(-50%);
}

.ne1{height: 300px;}

.bra3_intro .txt {
    margin-bottom: 42px;
}
.right .title {font-size: 28px;}

.bra1 .pos ,.bra1_1 .pos{
    top: 44%;
}


.bra1_1 .pos .title{font-size: 36px;}
.news_list1 .li2 .txt .tit {
    margin-bottom: 37px!important;
}
} 
@media (max-width: 1366px) {
    .news_list1 .li2 .txt .tit {
        margin-bottom: 26px!important;
    }
}
@media (max-width: 1280px) {
	.bra1 .pos ,.bra1_1 .pos{
	    top: 50%;
	}
	.bra1 .pos a {
	    width: 126px;
	}
	.bra1 .pos .title {
	    font-size: 28px;
	}
	.bra2_3 ul li .txt .text {
		font-size: 16px;
	}	
	.bra2_3 ul li .txt .text1 {
	    font-size: 14px;
	}
  
    .news_list1 .li1 .txt .tit {
        font-size: 26px;
    }
    .news_list1 .li2 .txt .tit {
        font-size: 20px;
    }
 
    .right .title {
        font-size: 28px;
    }
   
    .bra2_right .bra2_section p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .bra1_1 .pos p {
        font-size: 18px;
        line-height: 1.5em;
    }
    .bra1_1 .pos .title {
        font-size: 42px;

    }
    .bra2_left .title {
        font-size: 40px;
    }
    .bra2_left .bra2_txt {
        font-size: 24px;
    }
	.ne1 .txte .title {
	    font-size: 28px;
		line-height: 1.2em;
		margin-bottom: 18px;
	}
	.ne1 .txte .txt {
	    line-height: 1.6em;
		font-size: 18px;
	}
	
	.bra2_4 .content .text .dzs s {width: 3px;height: 27px;}
	.ress .company {
	    font-size: 22px;
	}
	.ress a {
	    font-size: 22px;
	}
	.bra1_1 .pos .title{font-size: 28px;}
	.bra1_1 .pos img{width: 167px;}
	/* .bra2_4 .content .text .dzs span {
		font-size: 26px;
	} */
	.bra2_4 .content .text .dzs p,.bra2_4 .content .text .dzs span{font-size: 30px;}
	.bra2_3 .title{font-size: 28px;}
    .news_list1 .li2 .txt .tit {
        margin-bottom: 15px!important;
    }
}
@media (max-width: 960px) {
	.right .title {
	    font-size: 18px;
		padding-top: 30px;
		text-align: center;
	}
	.cont1{margin-top: 50px;}
	.news_list1 .txt {
	    padding: 11px 16px;
	}
	.bra2_3 .title{font-size: 22px;}
	.bra2_3 .ul1{height:auto;overflow: hidden;}
	
	.top_navs .item,.news_list1 .li2 .txt .tit,.news_list1 .li1 .txt .tit{font-size: 16px;}
	.ne1 {margin-top: 50px;}
	.news_list1 .li1,.news_list1 .li2 {
	    width: 100%;
	}
	.ne2{margin-top: 12px;}
	
	.bra1 .ml_ban{
		display: block;
	}
	.bra1 .pc_ban{display: none;}
	.bra1 .pos .title {
	    font-size: 20px;
		margin-bottom: 14px;
		margin-top: 8px;
	}
	.bra1 .pos{width: 80%;}
	.bra1 .pos img{width: 240px;}
	.bra1 .pos a{width: 123px;line-height: 43px;font-size: 14px;height: 43px;}
	
	.bra2 .profile{display: block;}
	.bra_right{width: 100%;}
	
	.bra_left .title {
	    font-size: 22px;
		margin-bottom: 2px;
	}
	.bra_left .bra_red{
		border: 1px double #e20012;
		margin-bottom: 10px;
	}
	.bra_right .right_r{
		flex-wrap: wrap;
	}
	.right_r .data{
		width: 50%;
		margin-bottom: 16px;
	}
	.right_r .num {
	    font-size: 36px;
	}
	.bra3_intro .title {
	    font-size: 22px;
	    margin-bottom: 6px;
	}
	.bra3_intro .bra_red {
	    width: 30px;
	    border: 1px double #e20012;
	    margin-bottom: 20px;
	}
	.bra3_intro .tet{font-size: 18px;}
	.bra3_intro {
	    width: 100%;
	}
	
	.bra1_1 .pc_ban{display: none;}
	.bra1_1 .ml_ban{display: block;}
	.bra1_1 .pos .title {
	    font-size: 20px;
	    margin-bottom: 14px;
	    margin-top: 8px;
	}
	.bra1_1 .pos img{width: 142px;}
	.bra1_1 .pos{width: 80%;top: 38%;}
	.bra2_2 .profile{display: block;}
	.bra_left .bra_txt ,.bra2_left .bra2_txt{
	    font-size: 20px;
	}
	
	.bra2_left .title{font-size: 22px;margin-bottom: 10px;}
	.bra2_left .bra2_red{border: 1px double #e20012;margin-bottom: 16px;}
	.shijue {
	    background: url(../images/jianjie.jpg) center no-repeat;
	    height: 300px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.bra2_2 .profile{padding-bottom: 30px;}
	.bra2_4 .content .text{float: none;}
	.bra2_4 .content{display: block;}
	.bra2_4 .cont2{float: none;width: 100%;}
	.bra2_4 .content .text{width: 100%;padding: 20px 0 0;margin-bottom: 20px;}
	.bra2_4 .cont2{height: 360px;}
	
	.cont1 .ent .left,.cont1 .ent .right{float: none;width: 100%;}
	.cont1 .ent .right{padding: 14px;margin-left: 0;}
	
	.cont1 .ent .left .text .r_more{}
	.cont1 .ent .left .text p {
	    width: 90%;
	}

    .ress a {
        padding-bottom: 20px;
    }

	.cont1 .ent .left .text{padding: 0;margin-bottom: 10px;border: none;}
	/* .clearfix:after{display: none;} */
	
	.edge .wei .txt,.edge .wei img{
		float: none;
	}
	.edge .wei .txt {
	    padding: 13px 0px 0 0;
	}

	.bra2_3 ul li{
		width: 100%;
		float: none;
	}
	.bra2_3 ul li img{
		height: auto;
		width: 100%;
	}
	
	.ne1 .txte .title{font-size: 22px;}
	.ne1 .txte .txt{font-size: 16px;}
	.bra3 {
	    padding:30px 0;
	}
	.bra1_1 .pos p{font-size: 14px;}
	
	.bra2_4 .content .text .dzs p, .bra2_4 .content .text .dzs span {
	    font-size: 24px;
	}
	.ress .company {
	    font-size: 18px;
	}
	.ress a {
	    font-size: 16px;
	}
	.bra2_4{margin: 0 0 50px;}
	.bra2_4 .content .text .dzs {
	    padding-bottom: 30px;
	}
	.bra2_3 {
	    padding: 30px 0;
	}

	.bra2_3 .title {
	    padding-bottom: 20px;
	}
	.bra2_right {
	    width: 100%;
	}
	
	.bra2{padding-bottom: 30px;}
	.roof ul li img{display: none;}
	.n_infos{display: block;text-align: center;padding: 30px 0;}
    .roof ul li{float: none;display: inline-block;}
	.roof ul li{margin-right: 12px;font-size: 14px;}
	.roof ul li:last-child{display: none;}
	.cont1 .ent .left .text {font-size: 14px;}
	.cont1 .ent .left{padding: 20px 14px;}
	.edge .title {font-size: 16px;font-weight: 700;line-height: 1.7em;margin: 22px 0 10px;}
	.edge .wei .txt {font-size: 14px;}
	.edge .wei{display: inline-block;text-align: center;}
	.roof ul li {line-height: 25px;}
	.bra_right .bra_section p {
	    font-size: 16px;
	}
	.bra_left .bra_txt, .bra2_left .bra2_txt {
	    font-size: 16px;
	}
	.bra2 .profile,.bra2_2 .profile{margin-top: 30px;}
    .bra2_3 .ul1 li.act{width: 100%;}
    .bra1_1{padding-top: 50px;}
}
@media (max-width: 600px) {
	.top_navs .item{font-size: 14px;}
	.ne3{margin-top: 20px;}
	.bra1_1 .pos img {
		width: 109px;
	}
	.bra1_1 .pos .title ,.bra1 .pos .title{
	    line-height: 1.4em;
		margin-bottom: 6px;
	}
	.bra1 .pos img {
	    width: 185px;
	}
	.bra1 .pos, .bra1_1 .pos {
	    top: 41%;
	}
	.bra1_1 .pos .title {
	    font-size: 16px;
	}
}