﻿body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.ccbox{
	clear: both;
	width: 100%;
	height: 0;
}
/*导航栏*/
.navbar {
    min-height: 50px;
    margin-bottom: 52px;
    margin-top: 64px;
}
.navbar-default {
    background-color: white;
    border: none;
}
.navbar-brand {
    padding:13px 0;
}
.navbar-nav {
    float: right;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav>li {
	margin-left: 28px;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-family: arial;
    font-weight: bold;
}
.navbar-nav>li>a span{
	text-align: center;
	display: block;
	font-weight: 100;opacity: 0;
	transition: all 0.3s;
}
.navbar-default>div{
	border-bottom: 1px solid #333;
}
.navbar-nav>li>a {
    padding: 13px 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a span{
    opacity: 1;
	font-size: 12px;
}
.navbar-default .navbar-nav>li>a:hover span{
	opacity: 1;
}
/*轮播*/
.in_swcc{
	width: 100%;
	height: 490px;
}
.in_swcc .swiper-slide{position: relative;height: 450px;}
.in_swcc .swiper-slide img{
	width: 100%;height: 100%;
}
.in_swt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	padding: 15px 20px;
	color: white;
}
.in_swt div{
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_swt p{
	margin: 5px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.in_swpg .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #B29873;
    opacity: .8;
}
.in_swpg .swiper-pagination-bullet-active {
    opacity: 1;
    background: #C08D45;
}
.in_swb{
	width: 100%;border-bottom: 5px solid #B29873;
	position: absolute;
	top: 450px;
	left: 0;
}
.in_swcc .swiper-button-next, .in_swcc .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/ban_r.png);
}
.in_swcc .swiper-button-prev, .in_swcc .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/ban_l.png);
}
.in_swcc .swiper-button-next, .in_swcc .swiper-button-prev {
    width: 10px;
    height: 16px;
    margin-top: -28px;
    -moz-background-size: 10px 16px;
    -webkit-background-size: 10px 16px;
    background-size: 10px 16px;
}
/*首页内容*/
.in_tex{
	margin-top: 35px;
	margin-bottom: 20px;
}
.in_tex ul{
	width: 890px;
	margin-bottom: 32px;
}
.in_tex ul li{
	font-size: 13px;
	color: #A3A3A3;
	font-family: arial;
}
/*脚部*/
footer{
	padding: 30px 0;
}
.foot_l{
	float: left;
}
.foot_l a{
	float: left;
	display: inline-block;color:#A3A3A3;
}
.foot_l a img{
	width: 113px;
}
.foot_l p{
	margin: 0;
	margin-left: 130px;
	font-size: 13px;
	color: #A3A3A3;
}
.foot_r{
	float: right;margin-top: 13px;
}
.foot_r ul li{
	display: inline-block;
	padding: 0 12px;
	padding-left: 14px;
	border-left: 1px solid #B1B4BB;
	height: 12px;
}
.foot_r ul li img{
	-webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -ms-filter: brightness(0);
    -o-filter: brightness(0);
    filter: brightness(0);
    transition: all .3s;
    position: relative;
    bottom: 7px;
}
.foot_r ul li a:hover img{
	-webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -ms-filter: brightness(1);
    -o-filter: brightness(1);
    filter: brightness(1);
}
.foot_r ul li:first-of-type{border: none;}
.foot_r ul li:last-of-type{padding-right: 0;}

/*关于*/
.abo_tex{
	margin-top: 40px;
}
.abo_til{
	margin-bottom: 20px;font-size: 18px;
}
.abo_til div{
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
}
.abo_tex ul{margin-bottom: 45px;}
.abo_tex ul li{
	/*color: #A3A3A3;*/
	font-size: 13px;
	margin-bottom: 18px;
}
.abo_mtm li{
	float: left;
	width: 370px;
	margin-left: 30px;
	border-bottom: 5px solid #B29873;
	position: relative;
}
.abo_mtm li:nth-of-type(3n+1){
	margin-left: 0;
}
.abo_mtm li span{
	position: absolute;
	bottom: -30px;
	left: calc(50% - 6.5px);
}
.abo_mtm li span img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s;
}
.abo_mtm .abo_ao span img{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.abo_mtm li a{
	display: block;
	width: 100%;
	height: 394px;
	position: relative;
}
.abo_mtm li a img{
	width: 100%;
	height: 100%;
}
.abo_mtw{
	position: absolute;
	color: white;
	font-size: 16px;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: height .8s;
	transition: background-color .5s;
	background-color: white;
	opacity: .5;
	height: 100%;
	text-align: center;
	padding: 50% 20px;overflow: hidden;
}
.abo_mtw h4{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
	padding-bottom: 4px;
	margin-bottom: 2px;font-weight: bold;
}
.abo_mtw p{
	margin: 0;
}
.abo_mtm li:hover .abo_mtw{
	padding: 6px 20px;
	background-color: rgba(0,0,0,.5);
	height: auto;opacity: 1;
}
.abo_mtm .abo_ao .abo_mtw{
	padding: 6px 20px;
	background-color: rgba(0,0,0,.5);
	height: auto;opacity: 1;
}
.abo_mtt{
	margin-top: 80px;
	margin-bottom: 40px;transition: all 0.4s;
}
.abo_mtt li{
	padding: 0 190px;overflow: hidden;
	height: 0;transition: all 0.4s;
}
.abo_mtt .abo_at{
	height: auto;transition: all 0.4s;
}
.abo_mtt li img{
	width: 370px;
	float: left;
}
.abo_ttt{
	margin-left: 400px;
}
.abo_ttt h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;color: black;
}
.abo_ttt p{
	color: #a3a3a3;
	margin-bottom: 15px;
	font-size: 13px;
}
.abo_mb{margin-bottom: 50px;}
.abo_mb ul li{
	width: 292px;
	float: left;
	position: relative;
	margin-bottom: 1px;overflow: hidden;
}
.abo_mb ul li img{
	width: 292px;
	height: 362px;
}
.abo_mb ul li div{
	 position: absolute;
	 bottom: -42px;
	 left: 0;
	 padding: 10px;
	 text-align: center;
	 color: white;font-size: 16px;
	 font-weight: bold;
	 width: 100%;
	 background-color: rgba(0,0,0,.5);
	 transition: all .4s;
}
.pp{margin: 1px 0;width: 100%;position: relative;overflow: hidden;}
.pp img{width: 100%;}
.pp div{
	position: absolute;
	 bottom: -42px;
	 left: 0;
	 padding: 10px;
	 text-align: center;
	 color: white;font-size: 16px;
	 font-weight: bold;
	 width: 100%;transition: all .4s; 
	 background-color: rgba(0,0,0,.5);
}
.abo_mb ul li:hover div{
	bottom: 0;
}
.pp a:hover div{
	bottom: 0;
}

/*项目*/
.pro_u{padding-bottom: 42px;}
.pro_u ul li{
	width: 285px;
	height: 285px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
}
.pro_u ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.pro_u ul li a{
	display: block;
	padding: 20px;
}
.pro_u ul li a>img{
	width: 100%;
	height: 100%;
}
.pro_ut{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	padding-top: 105px;
	color: white;
	text-align: center;
	width: 100%;
	height: 100%;
	opacity: 0;transition: all .4s;
}
.pro_ut h4{
	margin: 0 0 12px;
	font-size: 16px;
	padding: 0;
}
.pro_ut p{
	margin: 0;
	font-size: 13px;
	padding: 0 20px;
	overflow: hidden;
}
.pro_ut span{
	position: absolute;
	display: block;
	bottom: 15px;
	right: 18px;
}
.pro_u ul li a:hover .pro_ut{
	opacity: 1;
}
.pto_t{
	text-align: right;
	padding: 0 0 15px;
    margin-top: -45px;
}
.pto_t a{
	color: #333;
	margin-left: 20px;
	font-size: 12px;
}
.pto_t a:hover{color: #0E3962;}

/*新闻*/
.news_t{
	float: left;
	font-size: 13px;
	color: #A3ABC2;
	text-align: right;
	margin-top: 12px;
}
.news_t i{
	color: black;
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #A3A3A3;
	padding-bottom: 4px;
	margin-bottom: 3px;
	font-weight: bold;
}
.news_sw{
	width: 570px;
	float: left;
	margin-left: 46px;
}
.news_sw .swiper-container{
	height: 365px;
}
.news_sw .swiper-slide img{
	width: 100%;
	height: 328px;
}
.news_sw .swiper-button-next, .news_sw .swiper-button-prev {
    width: 10px;
    height: 16px;
    margin-top: -20px;
    -moz-background-size: 10px 16px;
    -webkit-background-size: 10px 16px;
    background-size: 10px 16px;
}
.news_sw .swiper-button-next, .news_sw .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/ban_r.png);
}
.news_sw .swiper-button-prev, .news_sw .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/ban_l.png);
}
.news_sw .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #B29873;
    opacity: .8;
}
.news_sw .swiper-pagination-bullet-active {
    opacity: 1;
    background: #C08D45;
}
.news_n{
	width: 470px;float: right;
}
.news_n h3{
	font-size: 18px;
	margin:5px 0 8px;
	font-weight: 100;
	padding: 0;display: block;
}
.news_n div{
	font-size: 16px;
	color: #464646;
	margin-bottom: 30px;
}
.news_n p{
	color: #A3A3A3;
	font-size: 13px;
	margin-bottom: 20px;
}
.news_n a{
	color: #0E3962;
}
.news_u ul li{
	margin-bottom: 45px;
}
/*详情*/
.newsde-box{padding-bottom: 50px;}
.newsdes-text{
	width: 100%;
}
.newsde-til{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #B29873;
	margin-left: auto;
	margin-right: auto;
}
.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.news-tilbot a{
	color: #B29873;
}
.newsde-text{
	margin-bottom: 40px;
}
.newsde-text p{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 20px;
	text-align: justify;
}
.newsde-text div span{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
.newsde-text .newde-img{
	text-indent: 0;
	text-align: center;
}
.newsde-text .newde-img img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #B29873;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 25px;
}
.moven-til{
	border-left: 3px solid #B29873;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #B29873;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

/*房子详情内页*/
.peo-box{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.peo-box span{
	
}
.peo-box p{
	margin:0；
}
.peo-box div{
	
}
.peo-box div img{
	
}
.thebottom-jump>div {
	margin-top: 100px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>a {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>a>div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump>div>a:hover {
	background-color: gainsboro;
	color: darkblue;
}
.peo-box ul li {
	font-size: 16px;
	color: #666666;
}

/*媒体*/
.med_u{
	padding: 0 0 30px;
}
.med_u ul li{
	width: 285px;
	height: 285px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;overflow: hidden;
}
.med_u ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.med_u ul li img{
	width: 100%;
	height: 100%;
}
.med_u ul li div{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .4s;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	padding: 20px;
	padding-top: 130px;
	font-size: 12px;
	color: white;
	bottom: -100%;
	left: 0;
}
.med_u ul li:hover div{
	bottom: 0;
}

/*荣誉*/
.hon_u{
	padding: 0 0 20px;
}
.hon_u ul li{
	float: left;
	border: 1px solid #DCDCDC;
	width: 245px;
	height: 124px;
	margin-bottom: 45px;
	margin-left: 63px;
	text-align: center;
}
.hon_u ul li:nth-of-type(4N+1){
	margin-left: 0;
}
.hon_u ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.hon_u ul li img{
	max-width: 100%;
	max-height: 100%;
}

/*联系*/
.cont_b{
	padding: 0 0 30px;
}
.cont_l{
	float: left;
	width: 514px;
}
.cont_lt div{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
}
.cont_lt ul,.cont_lt .ccs{
	color: #A3A3A3;
	font-size: 13px;
	margin-bottom: 32px;
	font-weight: normal;
}
.cont_lb div{
	border-bottom: 1px solid #DCDCDC;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.cont_lb img{
	width: 85px;
	height: 85px;
	margin-right: 20px;
}
.cont_r{
	width: 570px;
	height: 412px;
	float: right;
}
.cont_r img{
	width: 100%;
	height: 100%;
}

/*加入*/
.join_t img{
	width: 100%;
}
.join_m{padding: 30px 0;padding-left: 50px;}
.join_m h4{
	margin: 0 0 10px;font-weight: bold;font-size: 16px;
}
.join_m ul li{
	line-height: 24px;
	color: #999;
}
.join_m ul{margin-bottom: 35px;}
.join_n{padding: 30px 0 100px;font-size: 12px;}

/**前台分页样式**/
.Pagination {padding:15px 0;text-align:center; height:30px; line-height:30px; }
.Pagination a {margin-left:2px;padding:5px 10px 5px;}
.Pagination .dot{ border:medium none; padding:4px 8px}
.Pagination a:link, .Pagination a:visited {border:1px solid #dedede;color:#696969;text-decoration:none;}
.Pagination a:hover, .Pagination a:active, .Pagination a.current:link, .Pagination a.current:visited {border:1px solid #dedede;color:#fff; background-color:#5a98de ; background-image:none; border:#5a98de  solid 1px;}
.Pagination .selectBar{ border:#dedede solid 1px; font-size:12px; width:95px; height:21px; line-height:21px; margin-left:10px; display:inline}
.Pagination a.tips{_padding:4px 7px 1px;}


.peo-box img{    max-width: 100%;    height: auto !important;}









.gcoms .news_sw{margin-left:0px;margin-right:25px;}

.gcoms .news_n{width:575px;}

.gcom{width:100%;}
.gcom ul{max-width:100%;    width: 100% !important;}
.gcom ul li{margin-bottom:0px;}
.gcoms .gcom p{margin-bottom:0px;}
.gcom img{max-width:100%;height:auto !important;}

.gcoms .news_sw{width:750px;}

.gcoms .news_sw .swiper-container{height:500px;}

.gcoms .news_sw .swiper-slide img{height:auto;}



.hon_u ul li{
				overflow: hidden;
			}
			.hon_u ul li img{
				transition: all 0.3s;
			}
			.hon_u ul li:hover img{
				-webkit-transform: scale(1.1);
				-moz-transform: scale(1.1);
				-ms-transform: scale(1.1);
				-o-transform: scale(1.1);
				transform: scale(1.1);
			}






/*手机端*/
@media only screen and (max-width:768px ) {
	.thebox{width: 100%;}
	.navbar {
    min-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    }
    .navbar-brand>img {
    width: 130px;
    }
    .navbar-brand {
    padding: 8px;
    }
    .navbar-default .navbar-toggle {
    border-color: black;
    }
    .navbar-default .navbar-toggle .icon-bar {
    background-color: black;
    }
    .navbar-nav {
    float: none;
    }
    .navbar-nav {
    margin: 0;
    }
    .navbar-nav>li {
    margin-left: 0;
    text-align: center;
    }
    .navbar-nav>li>a {
    padding: 8px 0 5px;
    }
    .in_swcc .swiper-slide {
    height: auto;
    }
    .in_swcc .swiper-slide img {
    height: auto;
    }
    .in_swcc {
    height: auto;
   }
   .in_swt {
    padding: 5px;
    color: white;
    }
    .in_swt div {
    font-size: 1.5rem;
    }
    .in_swt p {
    margin: 0;
    font-size: 1.2rem;
    }
    .in_swcc .swiper-button-next, .in_swcc .swiper-button-prev {
    margin-top: -10px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    	opacity: 0;
    }
    .in_tex {
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0 15px;
    }
    .in_tex ul {
    width: auto !important;
    margin-bottom: 15px;
    }
    .in_tex ul li {
    font-size: 1.3rem;
    line-height: 21px;
   /* text-align: justify;*/
    }
    .foot_l {
    float: none;
    }
    .foot_r {
    float: none;
    margin-top: 16px;
    }
    .foot_l a {
    float: none;
    margin-bottom: 10px;
    }
    .foot_l p {
    font-size: 1.3rem;
    line-height: 22px;
    margin: 0;
    }
    footer{
    	padding:15px 15px 10px;
    }
	.foot_r ul li:first-of-type {
		padding-left: 0;
    }
    
    /*关于*/
    .slider-main li img{
    	width: 100%;
    }
    .abo_tex {
    margin-top: 25px;
    padding: 0 15px;
    }
    .abo_til div {
    font-size: 1.7rem;
    }
    .abo_til {
    margin-bottom: 15px;
    font-size: 1.5rem;
    }
    .abo_tex ul li {
    	line-height: 21px;
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-align: justify;
    }
    .abo_m{padding: 0 15px;}
    .abo_mtw{
    	padding: 6px 20px;
	background-color: rgba(0,0,0,.5);
	height: auto;opacity: 1;
    }
    .abo_mtm li {
    width: 100%;
    margin-left: initial;
    border-bottom: 4px solid #B29873;
    margin-bottom: 10px;
    }
    .abo_mtm li:nth-of-type(3n+1) {
    margin-left: initial;
    }
    .abo_mtt {
    margin-top: 5px;
    margin-bottom: 24px;
    }
    .abo_mtt li {
    padding: 0;
    }
    .abo_mtt li img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    }
    .abo_ttt {
    margin-left: 0;
    }
    .abo_mb ul li {
    width: 50%;
    }
    .abo_mb ul li img {
    width: 100%;
    height: 235px;
    }
    .abo_mb ul li div{
    	bottom: 0;
    	font-size: 1.4rem;
    	padding: 5px;
    }
    .pp div{
    	bottom: 0;
    	font-size: 1.4rem;
    	padding: 5px;
    }
    .abo_mb {
    margin-bottom: 26px;
    }
    
    /*项目*/
   .pro_u {
    padding: 15px 15px 25px;
    }
    .pro_u ul li {
    width: 49%;
    height: 164px;
    margin-bottom: 10px;
    margin-left: initial;
    }
    .pro_u ul li:nth-of-type(4n+1) {
    margin-left: initial;
    }
    .pro_u ul li:nth-of-type(2n){
    	margin-left: 2%;
    }
    .pro_u ul li a {
    display: block;
    padding: 8px;
    }
    .pro_ut{
	opacity: 1;
	padding-top: 30%;
	}
	.pro_ut span {
    bottom: 4px;
    right: 8px;
    }
    .pro_ut h4 {
    margin: 0px 0 5px;
    font-size: 1.4rem;
    padding: 0;
    }
    .pro_ut p {
    font-size: 1.2rem;
    padding: 0 8px;
    }
    .pto_t {
    padding: 0 15px;
    margin-top: 5px;
    }
    
    /*新闻*/
   .news_u{
   	padding: 15px;
   }
   .news_t {
    float: none;
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 15px;
    }
    .news_sw {
    width: 100%;
    float: none;
    margin-left: 0;
    }
    .news_sw .swiper-slide img {
    width: 100%;
    height: auto;
    }
    .news_sw .swiper-container {
    height: 200px;
    }
    .news_n {
    width: 100%;
    float: none;
    }
    .news_n h3 {
    font-size: 1.6rem;
    margin: 5px 0 5px;
    }
    .news_n div {
    font-size: 1.4rem;
    margin-bottom: 10px;
    }
    .news_n p {
    font-size: 1.2rem;
    margin-bottom: 12px;
    line-height: 21px;
    text-align: justify;
    }
    .news_n a {
    font-size: 1.3rem;
    }
    .news_u ul li {
    margin-bottom: 28px;
    }
    
    .newsde-box{padding-bottom: 0;}
   .newsdes-text{
   	padding: 20px 15px;
   }
   .newsde-til {
    font-size: 1.9rem;
    margin-bottom: 5px;
    }
    .news-tilbot {
    margin-bottom: 15px;
    font-size: 1.3rem;
    padding-bottom: 12px;
    }
    .peo-box div {
    margin-bottom: 18px;
    }
    .peo-box ul li {
    font-size: 1.5rem;
    color: #666666;
    }
    .peo-box p {
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: justify;
    }
    .thebottom-jump{
    	padding: 0 3%;
    }
    .thebottom-jump>div {
    margin-top: 35px;
    padding-bottom: 15px;
    }
    .thebottom-jump>div>a>div {
    font-size: 1.4rem;
    }
    .newsde-text {
    margin-bottom: 30px;
    }
    .newsde-text p {
    font-size: 1.4rem;
    line-height: 26px;
    margin-bottom: 15px;
    }
    .jumptil {
    margin-bottom: 25px;
    }
    .jumptil span {
    margin-bottom: 6px;
    font-size: 1.4rem;
    padding-left: 3%;
    }
    .move-newsde {
    margin-bottom: 20px;
    padding: 18px 15px;
    }
    .moven-til {
    padding: 3px 8px;
    font-size: 1.7rem;
    margin-bottom: 12px;
    }
    .moven-text ul li {
    width: auto;
    float: none;
    }
    .moven-text ul {
    min-width: 100%;
    margin-right: 0;
    line-height: 28px;
    width: 100%;
    font-size: 1.5rem;
    }
    .moven-text {
    padding-top: 14px;
    }
    .moven-text ul li a {
    font-size: 1.4rem;
    }
    
    .thebottom-jump>div>a {
    font-size: 1.3rem;
    line-height: initial;
    margin-top: 23px;
    padding: 0px 11px;
    }
    
    /*媒体*/
   .med_u {
    padding: 20px 15px 10px;
    }
    .med_u ul li {
    width: 49%;
    height: 165px;
    margin-bottom: 10px;
    margin-left: initial;
    }
    .med_u ul li:nth-of-type(4n+1) {
    margin-left: initial;
    }
    .med_u ul li:nth-of-type(2n){
    	margin-left: 2%;
    }
    .med_u ul li div{
    	bottom: 0;
    	font-size: 1.2rem;
    	padding: 55px 10px 10px;
    }
    
    /*荣誉*/
   .hon_u {
    padding: 20px 15px 15px;
    }
    .hon_u ul li {
    width: 49%;
    height: 100px;
    padding: 5px;
    margin-bottom: 12px;
    margin-left: initial;
    }
    .hon_u ul li:nth-of-type(4N+1) {
    margin-left: initial;
    }
    .hon_u ul li:nth-of-type(2n){
    	margin-left: 2%;
    }
    
    /*联系*/
   .cont_b {
    padding: 20px 15px;
    }
    .cont_lt div {
    font-size: 1.3rem;
    margin-bottom: 5px;
    }
    .cont_lt ul {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 21px;
    }
    .cont_l {
    float: none;
    width: 100%;
    margin-bottom: 26px;
    }
    .cont_lb div {
    font-size: 1.3rem;
    margin-bottom: 8px;
    }
    .cont_r {
    width: 100%;
    height: 320px;
    float: none;
    }
    
    /*加入*/
   .join_n {
    padding: 30px 15px 80px;
    font-size: 1.2rem;
    }
    .join_m {
    padding: 20px 15px;
    }
    .join_m h4 {
    margin: 0 0 5px;
    font-size: 1.5rem;
    }
    .join_m ul li {
    line-height: 21px;
    font-size: 1.3rem;
    }
    .join_m ul {
    margin-bottom: 18px;
    }
	.pro_u ul li{height:auto;}



















.gcoms .news_n{width:100%;margin-top:15px;}

.gcom ul{max-width:100%;}
.gcom ul li{margin-bottom:0px;}
.gcoms .gcom  p{margin-bottom:0px;}
.gcom img{max-width:100%;height:auto !important;}

.gcoms .news_sw{width:100%;}

.gcoms .news_sw .swiper-container{height:260px;}

.gcoms .news_sw .swiper-slide img{height:auto;}



}
