body{
	padding-bottom: 1.3rem;
	height: 100%;
	background-color: #f9f9f9;
}
dt{
	font-weight: normal;
}
/*顶部*/
.header{
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
	line-height: 0.88rem;
	background-color: white;
}
.header .logo img{
	width:3.62rem;
	height: 0.4rem;
}
.header .gc-navBtn{
	float: right;
}
.header .gc-navBtn img{
	width:0.4rem;
	height: 0.4rem;
}
/*导航*/
.nav{
	width: 100%;
	height:100%;
	position: fixed;
	right: -100%;
	top: 0px;
	transition: all .3s;
	background-color: rgba(0,0,0,.1);
	z-index: 99999;
}
.nav>ul{
	width: 60%;
	background-color: white;
	margin-left: auto;
	height: 100%;
	padding: 0 0.4rem;
}
.nav>ul>li{
	font-size:0.24rem;
	width: 100%;
	line-height: 1rem;
	text-align: left;
	border-bottom: 0.02rem solid #f3f0f0;
}
.nav>ul>li li{
	width: 100%;
	line-height: 0.8rem;
	border-bottom: 0.02rem solid #f3f0f0;
	padding-left: 0.3rem;
	font-size: 0.22rem;
}
.nav>ul>li li:last-child{
	border-bottom: 0;
}
.nav>ul>li ul{
	display: none;
}
/*公司介绍*/
.gc-ba-tit{
	width: 100%;
	padding: 0.27rem 0 0.11rem 0;
	border-bottom: 0.02rem solid #e5e5e5;
}
.gc-ba-tit img{
	width:1.82rem;
	height:0.6rem;
}
.gc-ba-tit a{
	font-size: 0.24rem;
	color: #ababab;
	margin-top: 0.2rem;
}
.gc-company{
	/*border-bottom: 0.2rem solid #f9f9f9;*/
	padding-bottom: 0.38rem;
	background-color: white;
	margin-bottom: 0.2rem;
}
.gc-company p{
	font-size: 0.28rem;
	color: #5d5d5d;
	line-height: 1.5;
	margin-top: 0.28rem;
	margin-bottom: 0.35rem;
}
.gc-company .gc-video{
	width:100%;
	height: 4.15rem;
	position: relative;
	cursor: pointer;
	padding: 0px;
}
.gc-company .gc-video img{
	width: 100%;
	height: 100%;
}
.gc-company .gc-video  i{
	display: block;
	width:0.66rem;
	height:0.66rem;
	background-image:url('images/gc-video-ic.png');
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
/*公司视频*/
.modal.in .modal-dialog{
	width: 100%;
}
.modal-dialog{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)!important;
	margin: 0;
}
.modal-body {
    padding: 0.15rem;
}
.close{
	color: #FFFFFF;
	font-size: 0.4rem;
    text-shadow: 0 0.01rem 0 #fff;
	transform: scale(1.2);
	transform-origin: center center; 
	opacity: 1;
	transition: all .3s;
}
.close:hover {
    color: #FFFFFF;
    transform: scale(1.2) rotate(180deg);
    opacity: 1;
}
.modal-header{
	border: 0px;
}
.modal-content{
	background-color: transparent;
}
.modal-body video{
	width: 100%;
	height: 100%;
}
/*新闻中心*/
.gc-news{
	/*border-bottom: 0.2rem solid #f9f9f9;*/
	margin-bottom: 0.2rem;
	background-color: white;
}
.gc-news .gc-ba-tit{
	border: 0px;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
/*热门新闻*/
.gc-news .isHot{
	background-color: #eff8ff;
	padding:0.2rem 0.3rem ;
	padding-bottom: 0.6rem;
	display: block;
}
.gc-news .isHot>img{
	width: 100%;
	height: auto;
}
.gc-news .isHot h3{
	font-size: 0.28rem;
	color: #333333;
	margin-top: 0.38rem;
	margin-bottom: 0.23rem;
}
.gc-news .isHot h3 img{
	width:0.27rem;
	height: 0.22rem;
	margin-right: 0.1rem;
}
.gc-news .isHot p{
	color: #868686;
	font-size: 0.26rem;
	line-height: 1.5;
}
.gc-news .isHot time{
	margin-left: auto;
	font-size:0.24rem ;
	color: #acacac;
	float: right;
}
.gc-news .isHot time img{
	width:0.22rem;
	height:0.22rem ;
}
.gc-news ul{
	
}
.gc-news ul li{
	width: 100%;
	line-height: 1rem;
	font-size:0.28rem;
	color: #4e4e4e;
	border-bottom: 0.01rem solid #e9e9e9;
}
.gc-news ul li:last-child{
	border:0px;
}
.gc-news ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gc-news ul li img{
	width:0.27rem;
	height: 0.22rem;
	margin-right: 0.1rem;
}
.gc-news ul li time{
	font-size: 0.24rem;
	color: #acacac;
	float: right;
}
/*联系我们*/
.gc-contact{
	/*border-bottom: 0.2rem solid #f9f9f9;*/
	background-color: white;
}
.gc-contact .gc-map{
	width: 100%;
	margin: 0.2rem 0;
}
.gc-contact .gc-map img{
	width: 100%;
}
.gc-contact p{
	font-size:0.24rem;
	color: #393838;
	line-height: 3;
}
/*footer*/
.footer{
	display: flex;
	align-items: center;
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
}
.footer a{
	width: 100%;
	text-align: center;
	line-height: 0.98rem;
	font-size: 0.3rem;
	display: block;
}
.gc-add{
	background-color: #0368B6;
	color: #f6f6f6 !important;
}
.gc-add img{
	width: 0.34rem;
	height: 0.31rem;
	margin-right: 0.1rem;
}
.gc-tact{
	color: #393838;
	background-color: white;
}
.gc-tact img{
	width: 0.34rem;
	height: 0.34rem;
	margin-right: 0.1rem;
}
/*清浮*/
.clearfix::after{
	display: block;
	content: '';
	height: 0;
	clear: both;
	visibility: hidden;
}
/*二级导航*/
.nav_sec{
	/*border-bottom: 0.2rem solid #f9f9f9;*/
	margin-bottom: 0.2rem;
	background-color: white;
}
.nav_sec>div{
	overflow: hidden;
	overflow-x: scroll;
}
.ab-navBtn{
	width: max-content;
}
.ab-navBtn a{
	display: block;
	float: left;
	margin-right: 1.6rem;
	font-size: 0.3rem;
	color: #3b3b3b;
	line-height: 0.96rem;
}
.ab-navBtn a.on{
	border-bottom: 0.02rem solid #0368B6;
	color: #0368B6;
}
.ab-navBtn a:last-child{
	margin-right: 0;
}
/*内容*/
.gc-content{
	padding:0.3rem;
	/*border-bottom: 0.55rem solid #f9f9f9;*/
	background-color: white;
}
/*产品中心*/
.gc-content .product-ul{
	width: 100%;
}
.gc-content .product-ul li{
	width: 3.35rem;
	/*height: 2.9rem;*/
	padding: 0.12rem 0.16rem;
	background-color: #fafafa;
	margin-bottom: 0.2rem;
}
.gc-content .product-ul li a{display: block;}
.gc-content .product-ul li i{
	width: 100%;
	height:2.27rem ;
	overflow: hidden;
	display: block;
	position: relative;
}
.gc-content .product-ul li i img{
	width: 58%;
	height: auto;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.gc-content .product-ul li em{
	display: block;
	width: 100%;
	text-align: center;
	font-size:0.28rem;
	color: #2b2b2b;
	line-height: 1.5;
	margin-top: 0.1rem;
}
.gc-content .product-ul li:nth-child(odd){
	float: left;
}
.gc-content .product-ul li:nth-child(even){
	float: right;
}
/*新闻中心*/
.gc-content.demp-news{
	padding-left:0;
	padding-right: 0;
}
.demp-news ul{
	width: 100%;
}
.demp-news .isHot{
	background-color: #e5f4ff;
	min-height: 2.06rem;
	padding:0.3rem;
	display: block;
}
.demp-news .isHot h3{
	color: #0368B6;
	font-size: 0.3rem;
}
.demp-news .isHot p{
	color: #797979;
	font-size: 0.28rem;
	line-height: 1.5;
	margin-top: 0.28rem;
}
.demp-news .isHot time{
	display: block;
	text-align: right;
	font-size:0.24rem;
	color: #acacac;
}
.demp-news .isHot time img{
	width: 0.22rem;
	height: 0.22rem;
	margin-right: 0.2rem;
}
.demp-news ul li{
	padding-top: 0.32rem;
	border-bottom: 0.02rem solid #e4e4e4;
}
.demp-news ul li:nth-last-child(2){
	border:0;
}
.demp-news ul li  a.isHot{
	padding: 0;
	background-color: transparent;
}
.demp-news ul li  a.isHot h3{
	font-size: 0.28rem;
	color: #484848;
}
.demp-news ul li  a.isHot p{
	font-size: 0.24rem;
	color: #838383;
}
/*联系我们*/
.gc-contact.tact-lxwm{
	border: 0px;
}
.gc-contact.tact-lxwm>p{
	line-height: unset;
	position: relative;
	width: 80%;
	padding: 0.2rem 0;
	padding-left: 0.5rem;
}
.gc-contact.tact-lxwm>p img{
	position: absolute;
	left: 0;
	top: 0.3rem;
}
/*加入我们*/
.gc-join{
	/*padding-top:52px;
	padding-bottom: 62px;*/
}
.join-tit{
	width: 100%;
	background: #0368B6;
}
.join-tit em{
	display: block;
	width: 20%;
	text-align: center;
	font-size:0.26rem;
	color: #f3f3f3;
	float: left;
	line-height: 0.72rem;
}
.join-list{
	width: 100%;
	box-shadow: rgba(0,0,0,.2)0 0 0.1rem;
	padding-bottom: 0.2rem;
}
.join-list li{
	width: 100%;
	transition: all .3s;
}
.join-list li:hover{
	background-color: #e2f0fb;
}
.join-list li em{
	display: block;
	width: 20%;
	text-align: center;
	font-size: 0.24rem;
	color: #444444;
	float: left;
	line-height: 0.72rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 0.1rem;
}
.join-list li em.moreBtn{
	cursor: pointer;
}
.join-list li em.moreBtn i{
	/*padding:4px 8px;
	border: 1px solid #0368B6;*/
}
.join-txt{
	width: 100%;
	padding:0.2rem  0.4rem;
	display: none;
}
.join-txt p{
	font-size: 0.24rem;
	line-height: 1.5;
}
