.header {
  height: 80px;
  width: 100%;
  background-color: white;
  position:fixed;
  top:0;
  z-index:10;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, white, rgb(0, 102, 255));
  border-image-slice: 1;
}

.header ul{
  padding-top: 17px;
  padding-bottom: 42px;
  padding-left: 150px;
}
.header li {
  list-style: none;
  float: left;
  padding-right: 23px;
}

.title {
  color: black;
}
.baipas-title {
  color: rgb(0, 102, 255);
}


.header li:hover {
  color:  rgb(0, 102, 255);
}

.header-container {
  width: 100%;
  height: 230px;
  margin-top: 80px;
  background-image: url(img1/background3.png);
}
header2 h1 {
  background-color: rgba(255,255,255,0.7);
  width: 330px;
}

a {
  text-decoration: none;
}

.map {
  float: left;
  margin-right: 3px;
}

.header-right {
  float: right;
  margin-top: 75px;
  background-color: rgba(255,255,255,0.7);
  width: 350px;
}

ul {
  list-style: none;
}



h2 {
  background: linear-gradient(to right, red, orange);
  width: 100%;
  text-align: left;
  color: white;
}

.view {
  padding: 0 15%;
  margin: 0 auto;
}

.view-img {
  width: 100%;
}

p{
  text-align: center;
  
}

.service-container{
  height: 400px;;
  padding: 0 50px;
  margin: 0 auto;
}

.service {
  float: left;
  width: 33%;
  text-align: center;
}

.service-icon{
  width: 360px;
  height: 250px;
}
h3 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  color: black;
}

.btn {
  width: 50%;
  margin: 0 18%;
  padding: 8px 24px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
  background-color: rgb(0, 102, 255);
}

h3:hover{
  background-color: rgba(0, 102, 255, 0.8);
  
}
.service-txt{
  width: 100%;
  display: inline-block;
  font-size: 11px;
  padding: 0;
  background-color: white;
}

.oil-price{
  width: 1170px;
  margin: 0 auto;
}

table {
  margin-left: 50px;
}

th {
  font-size: 25px;
}
tr {
  text-align: center;
}

td {
  font-size: 25px;
}

.oil-service {
  width: 50%;
  float: left;
}

.oil-img img{
  width: 50%;
  height: 230px;
  float: left;
}


.oil-service p {
  font-size: 12px;
}

.present {
  text-align: center;
}

.goto{
  text-align: center;
}

.travel-img{
  width: 100%;
}

.travel {
  margin-top: 450px;
}

footer{
  width: 100%;
  height: 155px;
  background-color: #174a5c;
  color: white;
  text-align: center;
  margin-top: 500px;
}


.link a {
  font-size: 12px;
}

.link {
  margin: 0;
}

footer li{
  color: white;
}

footer li:hover{
  color: yellow;
}

footer .link a:hover{
  color: yellow;
}

ul.footer-menu li {
display: inline;
}


*, 
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: 65vh;
}
.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #607D8B;
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
/* contents */
.cp_contents {
	color: #333333;
	text-align: center;
}
  
