@import url('https://fonts.googleapis.com/css2?family=Plus Jakarta Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
        background: "";
        transition: 0.5s ease;
        background-size: 100% 100%;
      text-decoration: none;
      font-size: 12pt;
      font-family: "Plus Jakarta Sans", sans-serif;
      

    }
body, h1, h2, h3, h4, div, p, i, ul, li, a, span, img, input, label, td, th, button, select {
      
      text-decoration: none;
      font-weight: normal;
      padding: 0;
      font-family: "Plus Jakarta Sans", sans-serif;
    }
    a
    {
      text-decoration: none;
    }
body
{
  margin: 0px;
  padding: 0px;
  }
.container
{
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.page
{
	position: relative;
	width: 1100px;
	box-sizing: border-box;
	margin: auto;
}
/*-------header---------*/
.header
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  z-index: 2000;
}
.header .header-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.header .header-con .header-left
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.header .header-con .header-left .web-logo
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 8px;
  text-align: center;
}
.header .header-con .header-left .web-logo img
{
  position: relative;
  float: none;
  width: auto;
  height: 100px;
  padding: 5px 0px;
  box-sizing: border-box;
}