
/* Template Name: linexon - Responsive Bootstrap 5 Landing Page Template
   Author: Pichforest
   File Description: Main Css file of the template
*/
@import url("font.css");/*字体*/
@import url("font-icon.css");

*{ padding:0px; margin:0px }
body {
  font-family: "Poppins", Arial, sans-serif;
  overflow-x: hidden !important;
  color: #3f3a64;
	margin:0;
	padding:0;
	text-align:center;
}
body.modal-open {
  padding-right: 0px !important;
}
body.modal-open .navbar {
  padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 15px;
  line-height: 25px;
}

html {
  scroll-padding-top: 110;
  /* height of sticky header */
  scroll-behavior: smooth;
}
.head {width:100%; height:auto; overflow: hidden;}
.head .top {width:100%; height:30px; line-height: 30px; background-color: #D8D5D5; overflow :hidden; text-align: left; color:#005C10; text-indent: 1em;}
.head .top p { margin:0 padding:0; float:left; line-height: 30px;}
.header {
	
	position:fixed;
	z-index:9999;
	width:100%;
	background-color:#fff;
	box-shadow: 0 0px 8px rgba(0,0,0,0.4);
}
.logo {
	text-indent: 20px;
  	height:80px;
	line-height:80px;
	font-size:40px;
	font-weight:bold;
	text-align: left;
}
.logos {
	text-indent: 20px;
  	height:80px;
	line-height:80px;
	font-size:40px;
	font-weight:bold;
	text-align: left;
	float:left;
}
.row > * {
  position: relative;
}
.bannerpage {
	width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	
}
.bannerpage .pagetitle {
	position: absolute;
   margin-top: 60px;
	z-index: 20;
}

/*
屏幕尺寸≤768
*/
@media (max-width: 768px) {
 
}
/*
768≤屏幕尺寸≤1024
*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}
@media (max-height: 767px) {
  
}

/*** ani-bg ***/
@keyframes ani-bg {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(200px);
  }
}

/*
屏幕尺寸≤992
*/
@media (max-width: 992px) {
  
/*
屏幕尺寸≤992
*/
@media (max-width: 992px) {
  
}

@media (max-width: 768px) {
 
}

@media only screen and (min-width: 1600px) {
  
}
/*
屏幕尺寸≤992
*/
@media (max-width: 992px) {
  
}


@media (min-width: 200px) and (max-width: 1024px) {
  
}
@media (min-width: 1200px) {
  
}
@media (max-width: 768px) {
 
}


@media (max-width: 1320px) {
  
}
@media (max-width: 992px) {
  
}


@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
  
}
@media (max-width: 425px) {
 
}


@media (max-width: 992px) {
  
}




@media (min-width: 992px) and (max-width: 1440px) {
  
  }
}

#foot {
	background-color: #454545;
	height: 120px;
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
}
#foot .copyright {
	
	overflow: hidden;
	height: auto;
}
#foot .copyright ul li {
	text-align: center;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #FFF;
}