@charset "UTF-8";


#sbnav{
	text-align:left;
	background:#fff;
	margin-bottom: 70px;
	padding: 20px 20px;
    border: solid 1px #efefef;
    box-sizing: border-box;
}
#sbnav li{
	width: 20%;
	float: left;
}
#sbnav li a{
	position:relative;
	padding-left: 25px;
}
#sbnav li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
#sbnav li a:hover:before{
	left: 10px;
}
@media screen and (max-width: 980px) {
	#sbnav li{
		width: 25%;
		float: left;
	}
}
@media screen and (max-width: 640px) {
	#sbnav li{
		width: 50%;
		float: left;
		margin:5px 0 ;
	}
}
/*-----------------------------------

	traffic

-----------------------------------*/
#traffic{
	text-align: center;
	padding: 100px 0 60px;
}
#traffic h2 {
    font-size: 36px;
    color: #2d457b;
    text-align: center;
    margin-bottom:25px;
}
#traffic .lead{
	text-align:center;
	margin-bottom: 35px;
}

#traffic .service{
	text-align:left;
	background:#fff;
	position:relative;
	margin-top: 40px;
	padding: 30px;
    border: solid 1px #efefef;
    box-sizing: border-box;
}
#traffic .service .num{
	width: 60px;
	height: 45px;
	font-size: 30px;
	text-align:left;
	font-style : italic;
	letter-spacing:0;
	color:#fff;
	background:#2d457b;
	position:absolute;
	top:-15px;
	left: 0;
	z-index:998;
	padding: 10px 0 0 10px;
	box-sizing:border-box;
}
#traffic .service .num:after {
    content: "";
    position: absolute;
    /* right: 0; */
    bottom: -20px;
    left: -10px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #2d457b transparent transparent transparent;
    border-width: 25px 40px 0 40px;
}
#traffic .service .text{
	width: 720px;
}
#traffic .service .text ul{
/*	position:absolute;
	left: 30px;
	bottom:30px;*/
	margin-top: 30px;
}
#traffic .service .text ul li{
	float: left;
	margin-right: 15px;
}
#traffic .service .text ul li:last-child{
	margin-right: 0;
}
#traffic .service .img{
	width: 400px;
}
#traffic .service h3 {
    font-size: 32px;
    color: #2d457b;
	padding:50px 0 20px;
	margin-bottom:20px;
	border-bottom:solid 1px #2d457b;
}
@media screen and (max-width: 1199px) {
	#traffic .service .text{
		width: 65%;
	}
	#traffic .service .text ul{
		position: static;
		margin-top: 20px;
	}
	#traffic .service .text ul li {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	#traffic .service .img{
		width: 33%;
		margin-top: 8%;
	}
	
}
@media screen and (max-width: 980px) {
	#traffic .service .text{
		width: 100%;
		float: none;
	}
	#traffic .service .text ul{
		max-width:640px;
		position: static;
		margin: 10px auto 0;
	}
	#traffic .service .text ul li {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	#traffic .service .img{
		width: 100%;
		max-width:640px;
		margin: 20px auto 0;
	}
	
}
@media screen and (max-width: 640px) {
	#traffic{
		text-align: center;
		padding: 60px 0 30px;
	}
	#traffic h2 {
		font-size: 21px;
		font-weight: 600;
		letter-spacing: 0.3rem;
		margin-bottom: 15px;
	}
	#traffic .lead{
		text-align: left;
		margin-bottom: 20px;
	}
	#traffic .service{
		margin-top: 40px;
		padding: 20px 2.5%;
	}

	#traffic .service .num {
		width: 40px;
		height: 25px;
		font-size: 21px;
		padding: 5px 0 0 5px;
		box-sizing: border-box;
	}
	#traffic .service .num:after {
		bottom: -20px;
		left: -10px;
		border-width: 20px 30px 0 30px;
	}
	#traffic .service h3 {
		font-size: 18px;
		letter-spacing: 0.3rem;
		padding:30px 0 10px;
		margin-bottom:10px;
	}
}
.service_link {
  text-align: center;
  margin-top: 20px;
}