@charset "UTF-8";

/******************************************************************************/
/******************************************************************************/

.tfoots{
	margin-top:40px;
}
@media screen and (max-width:1024px) {
	.tfoots {
		margin-top : 0;
	}
}
.friends{
	padding:40px 10px;
	background:#edf6ff;
}
.friends .swiper-slide{
	text-align:center;
}
.friends .swiper-container{
	padding:0 50px;
}

.swiper-slide, .swiper-slide a, .swiper-slide img {
	margin:0;
	padding:0;
}

.swiper-button-next, .swiper-button-prev{
	width:55px;
	height:70px;
	background:#edf6ff url(../images/pn_pre.jpg) center center no-repeat;
	margin-top:0;
	top:0;
}
.swiper-button-next{
	background:#edf6ff url(../images/pn_next.jpg) center center no-repeat;
	/*right:0;*/
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right:0;
}
.foot-menu{
	padding:50px 0;
	display:block;
}
.foot-menu .inner{
}
.foot-menu .list-col-3{
	width:33%;
	float:left;
}
.foot-menu .list-col-3:first-child{
	margin:0 0 0 0;
}
.foot-menu h5{
	font-size:16px;
	color:#013ca6;
	padding:0 0;
	margin-bottom:1em;
}
.foot-menu ul{
}
.foot-menu li{
	padding:0 0;
}
.foot-menu a{
	line-height:30px;
	padding:3px 0 3px 24px;
	position: relative;
}
.foot-menu a:hover{
	text-decoration:underline;
}

.foot-menu a::before {
	display: block;
	content: "";
	width:18px;
	height:18px;
	border-radius: 9px;
	background:#013ca6;
	top:0;
	left:0;
	position: absolute;
}

.foot-menu a::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid #FFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top:4px;
	left:7px;
	position: absolute;
}

.fbar{
	margin-top:30px;
	border-top:1px dotted #cccccc;
	padding:45px 0;
	letter-spacing: -0.03em;
}
.fbar .cp{
	float:left;
	text-align:left;
	font-size:inherit;
	padding:20px 0 0;
}
.fbar .flogo{
	margin-bottom:6px;
}
.fbar .fct{
	float:right;
	border:none;
	text-align:left;
	padding:0;
}
.fbar .ct_01{
	float:left;
	margin-right:20px;
	display:block;
}
.fbar .ct_02{
	float:left;
	text-align:center;
}


.fbar .ct_02 span {
	display:block;
	font-size:1.3em;
	font-weight:bold;
}


.fbar .ct_02 a {
	display:block;
	font-size:2em;
	font-weight:bold;
}


.fbar .ct_02 a > span {
	color:#1154c4 !important;
	display: inline;
}


.fbtns{
	padding:42px 0;
	border-bottom:1px dotted #cccccc;
	display: block;
}
.fbtns li{
	margin:0 0 0 50px;
	width:350px;
	float:left;
	position:relative;
}
.fbtns li:first-child{
	margin:0 0 0 0;
}

.fbtns li a{
	display:block;
	line-height:60px;
	text-align:center;
	font-size:19px;
	color:#fff;
	background:#004da0;
}
.fbtns li:nth-child(3) a{
	background:#69bb66;
}
.fbtns li:nth-child(2) a{
	background:#348bcb;
}

.fbtns li a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}


@media screen and (min-width:1025px) and (max-width:1399px) {
.fbtns li{
	margin:0 0 0 2%;
	width:32%;
	float:left;
	position:relative;
}

.fbtns li:first-child{
	margin:0 0 0 0;
}
	
.fbtns li a{
	display:block;
	line-height:60px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#004da0;
}
}


@media screen and (min-width:769px) and (max-width:1024px) {
.fbtns li{
	margin:0 0 0 0;
	width:50%;
	float:left;
	position:relative;
}

.fbtns li:first-child{
	margin:0 0 0 0;
}
	
.fbtns li a{
	display:block;
	line-height:60px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#004da0;
}
	
.fbar{
	margin-top:30px;
	border-top:1px dotted #cccccc;
	padding:45px 0 100px;
}
.fbar .cp{
	float:left;
	text-align:left;
	font-size:inherit;
	padding:10px 0 0;
}
.fbar .flogo{
	margin-bottom:6px;
}
.fbar .fct{
	float:right;
	border:none;
	text-align:left;
	padding:0;
}
.fbar .ct_01{
	float:left;
	display:none;
	margin-right:20px;
}
.fbar .ct_02{
	float:left;
}
}

@media screen and (max-width:786px) {
.friends{
	padding:40px 0px;
	background:#edf6ff;
}
.friends .swiper-slide{
	text-align:center;
}
.friends .swiper-container{
	padding:0 50px;
}
	
.fbtns{
	display: none;
}
	
.foot-menu{
	display:none;
}

.fbar{
	margin-top:30px;
	border-top:1px dotted #cccccc;
	padding:30px 0 100px;
}
.fbar .cp{
	float:none;
	text-align:center;
	font-size:0.8em;
	padding:30px 0 0;
}
.fbar .flogo{
	margin-bottom:6px;
}
.fbar .fct{
	float:none;
	border-bottom:1px dotted #cccccc;
	text-align:center;
	padding:0 0 30px;
}
.fbar .ct_01{
	float:left;
	display:none;
	margin-right:20px;
}
.fbar .ct_02{
	float:none;
}
}


.fixedButtons {
	display:none;
	position: fixed;
	width: 100%;
	overflow:hidden;
	bottom:-100px;
	left:0;
}

@media screen and (max-width:1024px) {
.fixedButtons {
	display:block;
	position: fixed;
	width: 100%;
	bottom:0;
	left:0;
	z-index:9000;
}
	
	.fixedButtons ul {
		margin:0;
		padding:0;
		overflow:hidden;
	}
	
	.fixedButtons li {
		margin:0;
		padding:0;
		float:left;
		width:50%;
	}
	
	.fixedButtons a {
		display:block;
		color:#FFF;
		text-align: center;
		font-weight:bold;
	}
	
	a.fixed_phone {
		background:#004da0;
		font-size:16px;
		padding:19px 10px 18px;
	}
	
	a.fixed_contact {
		background:#ff0024;
		font-size:14px;
		padding:20px 10px 20px;
	}
}