﻿*{
	margin: 0;
	padding:0;
	list-style: none;
}
@media only screen and (min-width: 320px){
html {
		font-size: 62.5% !important;
	}
}		
@media only screen and (min-width: 640px){
	html {
		font-size: 125% !important;
	}
}
@media only screen and (min-width: 750px){
	html {
		font-size: 150% !important;
	}
}
@media only screen and (min-width: 1242px){
	html {
		font-size: 187.5% !important;
	}
}	
html{
	position: relative;
	color: #393939;
}
body{
	font-size: 1.2rem;
}
a{
	text-decoration: none;
	color: #393939;
}
.banner img{
	width: 100%;
}





header{
	width: 96%;
	padding:1.5rem 2%;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom: 1px solid #134E8F;
}
.logo{
	height: 2.5rem;
}
header img{
	height: 100%;
}
header button {
    padding: .2rem .8rem;
    background: #3268A3;
    font-size: 16px;
    color: #fff;
	border: 0;
    border-radius: .5rem;
    text-align: center;
}
.mbx{
	width: 3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mbx span{
	display: block;
	width: 100%;
	height: 3px;
	background: #134E8F;
	margin:2px 0;
}
.nav{
	width: 100%;
	height: 100%;
	position: absolute;
	top: calc(5rem + 1px);
	left: 0;
	background:#fafafa;
	text-align: center;
	padding: 2rem 0 1rem;
	display: none;
	z-index: 100;
}
.nav ul{
	width: 80%;
	margin: 0 auto;
}
.nav li{
	font-size: 1.8rem;
	line-height: 6rem;
	color: #363636;
	border-bottom: 1px dashed rgba(218,37,28,0.4);
}
.nav li button{
	padding: .3rem .8rem;
    background: #3268A3;
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: .5rem;
    text-align: center;
}




footer{
	width: 90%;
	padding: 1.5rem 5%;
	background: #081F2F;
	margin-top: 1rem;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5rem;
	    margin-bottom: 5rem;
}
footer p{
	margin: 1rem 0;
}
footer b{
	font-size: 1.6rem;
	color: #1DA8E4;
}
.fxfs{
	display: flex;
	justify-content:flex-start;
}
.fxfs li{
	margin-right: 1.5rem;
}
.youce {
	width: 100%;
    	background: #3A89DB;
    	position: fixed;
    	bottom:0;
   	border-radius: 5px;
   	text-align: center;
  	z-index: 666;
}
.youce ul {
    width: 90%;
	padding:1rem 5%;
    font-size: 1.2rem;
    line-height: 1.5rem;
	display: flex;
    justify-content: space-between;
}
.youce li {
	width:30%;
    border-right: 1px solid white;
    color: white;
}
.youce li:last-child{
	border: 0;
}
.youce li a{
	color: white;
}
.youce li img{height:2rem;}



.tit div{
    font-size: 1.8rem;
    color: #4887D3;
    text-align: center;
	margin-top: 2rem;
}
.tit p{
	text-align: center;
    font-size: 1.2rem;
    color: #777;
}
.tit i {
    display: block;
	margin: .5rem auto;
    width: 4rem;
    height: 3px;
    background: #5A96D8;
	line-height: .1rem;
}




.swiper2{
	padding-top: 1.5rem;
	text-align: center;
	line-height: 2rem;
	color: #9DA5AD;
	font-size: 1.2rem;
}
.swiper2 img{
	width: 40%;
}
.swiper2 h3{
	font-size: 1.5rem;
	color: #393939;
}
.swiper2 .jiantou{
	width: 7rem;
	height: 7rem;
	background: white;
	border-radius: 50%;
}
.indexs2-c{width: 42%;float: left; margin:4%;}
.indexs2-c div{
	width: 100%;
	text-align: left;
}






.cent2{
	width: 96%;
	margin: 1rem auto;
	padding-bottom: 1rem;
}
.cent2 li{
	width: 45%;
	display: inline-block;
	overflow: hidden;
	padding:1rem 2%;
	text-align: center;
	line-height: 2rem;
	color: #9DA5AD;
	vertical-align: top;
}
.cent2 img{
	width: 6rem;
	height:6rem;
}
.cent2 h3{
	font-size: 1.5rem;
	margin: .2rem 0;
	color: #363636;
	height: 2rem;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
}
.cent2 i {
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #5995D8;
}
.cent2 div{
	height: 6rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}






.dinwei{overflow: hidden;}
.dinwei img{width:100%;}

.address {
    position: absolute;
    top: 120px;
    left: 200px;
    display: none;
}
.address-cent {
    width: 254px;
    height: 220px;
    overflow: hidden;
    background: rgb(255,255,255,.3);
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
}
.address-cent select {
    width: 100%;
    height: 30px;
    background: #DDE8F3;
    line-height: 30px;
    text-indent: 20px;
    border: 0;
}
.dqlb {
    width: 254px;
    height: 144px;
    overflow: hidden;
}
.dqlb img {
    width: 218px;
    height: 65px;
    border: 3px solid #96B8D9;
    margin: 15px;
}
.dqlb p {
    width: 220px;
    margin: 0 auto;
    line-height: 20px;
}
.add-buts {
    width: 220px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
.address-cent button {
    width: 80px;
    height: 24px;
    background: rgb(0,0,0,.4);
    border-radius: 5px;
    color: #fff;
}






.tc4 p{
	font-size: 1.2rem;
	line-height: 2rem;
	margin-bottom:1.3rem;
}
.cent4 img{
	width: 100%;
}
.cent4 video{
	width: 100%;
}




.cent5{
	width: 90%;
	margin: 1rem auto 2rem;
}
.cent5 li{
	margin: 2rem 0;
	line-height: 2rem;
}
.c5-rt {
    color: #3B3B3B;
    font-size: 1.5rem;
}
.c5-rc {
    color: #9F9F9F;
    font-size: 1.2rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #EDEEEF;
    margin-bottom: .5rem;
}
.c5-rm {
    font-size: 1.2rem;
    color: #747474;
}
.c5btn {
    width: 40%;
    border: 1px solid #ADADAD;
    border-radius: 1rem;
    line-height: 2rem;
    font-size: 1.2rem;
    color: #3F3F3F;
    background: white;
    text-align: center;
	margin: 0 auto;
}




.swiper3 img{
	width: 100%;
}




.about-lis:nth-child(even){
	background: red;
}






/* 关于我们 */
.about-lis{
	width: 100%;
	height: 20rem;
	background: url(http://www.ggjtaq.com/images/fragment/about1_1.jpg) no-repeat center center;
	text-align: center;
	margin: 2rem 0 -10%;
	padding: 2rem 0;
}
.about-lis p{
	font-size: 16px;
	height: 50px;
	color: #fff;
	padding:0 1rem;
	overflow: hidden;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.about-lis div{
	padding:1rem;
	font-size: 12px;
	height: 90px;
    	line-height: 20px;
	color: #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;

}
.about-lis img{
	height: 4rem;
}

.abouti img{
	width: 100%;
	margin: 1rem auto;
}
.fonc{
	width: 94%;
	margin: 2rem auto ;
}
.foc-l{
	    width: 100%;
	text-align:center;
}
.foc-l img{
	    width: 100%;
}
.foc-r{
	    width: 100%;
	margin:1.5rem auto;
	height:20rem;
	overflow-Y:scroll;
}
.year{
	padding-bottom: 1rem;
   	 font-size: 1.7rem;
	text-align:center;
}











/* news */
.news-lis{
	width: 90%;
	margin: 1.5rem auto;
}
.news-lis li{
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px solid #eee;
}
.news-top{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.new-img{width: 50%;}
.new-img img{
	width: 90%;
}
.new-time{
	width: 100%;
}
.new-time span{
	color: #C9C9C9;
}
.new-time p{
	line-height: 1.5rem;
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
.news-text{
	font-size: 1rem;
	line-height: 1.7rem;
	margin: 1rem 0;
}
.news-text p{
	text-indent: 2rem;
}
.fenye {
    width: 50%;
    margin: 1rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #A5A1AA;
    font-size: 2rem;
}
.fenye li{
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
}
.fenye .on{
	border-radius: 50%;
	color: white;
    background: #3D82D1;
}





.news-detail{
	width: 90%;
	height: ;
	margin: 1rem auto;
}
.news-detail-tit{
	width: 100%;
	text-align: center;
	padding-bottom: .1rem;
	border-bottom: 1px solid #eee;
	font-size: 1.7rem;
}
.news-detail-tit div{
	width: 80%;
	margin: .5rem auto;
}
.news-detail .time{
	line-height: 2rem;
	font-size: 1.4rem;
	color: #C9C9C9;
}
.news-detail-text{
	margin: 1rem auto;
	line-height: 1.9rem;
	font-size: 1.3rem;
}
.news-detail-text p{
	text-indent: 2rem;
	margin-bottom: 1rem;
}
.news-detail-text img{max-width:100%;}
.page{
	width: 90%;
	margin: 1rem auto;
}
.page div{
	margin: 1rem 0;
	font-size: 1.3rem;
}




.contact-lis{
	width: 90%;
	margin:1rem auto;
}
.contact-lis li{
	display:flex;
	align-items: center;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
}
.cent-l {
	width:20%;
}
.cent-r{
	width: 80%;
}
.cent-l img{
	width: 60%;
	box-sizing: border-box;
	border-radius: 50%;
	background: black;
}
.che{
	padding: 12%; 
}








.help-xxk{
	width: 90%;
	margin: 1rem auto;
}
.help-xxk div{
	float: left;
	margin:.5rem;
	font-size: 1.5rem;
	color: white;
	background: #666;
	padding: .5rem 1rem;
	border-radius: 5px;
}
.help-xxk p{
	float: left;
	margin:.5rem;
	font-size: 1.5rem;
	color: white;
	background:skyblue;
	padding: .5rem 1rem;
    border-radius: 5px;
}
.help-xxk .on{
	background: #08c;
	
}
.help-xxk-lis{
	width: 90%;
	margin: 1rem auto;	
}
.help-xxk-lis li{
	font-size: 1.5rem;
	margin-bottom:1.5rem;
	border-bottom:1px solid #eee;
}
.help-xxk-lis li div{
	margin: 1rem 0;
	display: flex;
}
.help-xxk-lis li p{
	float: left;
}
.help-xxk-lis-center{
	width: 90%;
	margin: 1rem auto;
}
.help-xxk-lis-center li{
	margin: 1rem auto;
	border: 1px #e1e1e1 solid;
	border-radius: 6px;
	box-shadow: 0 0 5px #eee;
}
.hlto{
	width: 80%;
	padding: 1rem 10%;
	display: flex;
	justify-content: space-between;
    overflow: hidden;
    background: #ECF9FF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px #ececec solid;
	background: url(http://www.ggjtaq.com/theme/default/images/czzn/images/ask-icon.png) 10px 13px no-repeat;
}
.hldw{
	width: 80%;
	padding: 1rem 10%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
    background: #fff;
	line-height: 1.7rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	background: url(http://www.ggjtaq.com/theme/default/images/czzn/images/answer-icon.png) 10px 13px no-repeat;
}





.hldw-cent img{max-width:80%}

/*
.swiper2 .swiper-slide:nth-child(2n){margin-left:-2%;}
.swiper2 .swiper-slide:nth-child(2n-1){margin-left:2%;}
*/




