@charset "utf-8";
:root{
	--maincolor:#f38a4b;
	--pointcolor:#fffbf3;
}
*{ margin:0; padding:0;}
html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img{
    transition:all .3s ease-in-out;
}
img:hover{
    transform:scale(1.05);
}
input,select{
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
i {
    font-style: normal;
}
a {
	blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none; /*去除iPhone input默认样式}*/
}
input{
	outline: none
}
.wrapper{
	margin:12px 12px 75px 12px;
}
img {
	width: 100%;
	display: block;
}
body {
	min-width: 320px;
	position: relative;
	background-size: 100%;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.fles{
	display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}
.line2{
	display:grid; 
	grid-template-columns: repeat(2, 1fr);
}
.line3{
	display:grid; 
	grid-template-columns: repeat(3, 1fr);
}
.line4{
	display:grid; 
	grid-template-columns: repeat(4, 1fr);
}
.line5{
	display:grid; 
	grid-template-columns: repeat(5, 1fr);
}
.clear{ 
	clear:both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container{
    width:1400px;
    margin:0 auto;
}
.bread{
    margin-top:20px;
    margin-bottom:20px;
}
.pages{
    text-align: center;
    margin-top:30px;
}
.pages a{
    display: inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    background:#999;
    color:#fff;
    border-radius:15px;
    margin:0 4px;
}
.pages a[title="Total record"]{
    display: none;
}
.pages b{
    width:30px;
    height:30px;
    line-height:30px;
    display: inline-block;
    background:var(--maincolor);
    color:#fff;
    border-radius:15px;
    margin:0 4px;
}

.footer-section {
	background: #222;
	color: #fff;
	padding: 48px 0 0 0;
	font-size: 15px;
  }
  .footer-main {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1400px;
	margin: 0 auto;
	gap: 32px;
	flex-wrap: wrap;
	padding: 0 16px;
  }
  .footer-col {
	flex: 1 1 220px;
	min-width: 180px;
	margin-bottom: 32px;
  }
  .footer-brand {
	flex: 1.5 1 320px;
	min-width: 220px;
  }
  .footer-logo {
	width: 220px;
	margin-bottom: 18px;
  }
  .footer-desc {
	color: var(--pointcolor);
	margin-bottom: 18px;
	line-height: 1.7;
  }
  .footer-social {
	display: flex;
	gap: 12px;
  }
  .footer-social-icon{
      width:36px;
      height:36px;
      background:#333;
      border-radius: 50%;
      display: flex;
      align-items:center;
      justify-content: center;
  }
  .footer-social-icon img {
	width:50%;
	transition: background 0.2s;
  }
  .footer-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 16px;
	color: #fff;
  }
  .footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  .footer-list li {
	margin-bottom: 10px;
  }
  .footer-list a {
	color: var(--pointcolor);
	text-decoration: none;
	transition: color 0.2s;
  }
  .footer-list a:hover {
	color: var(--maincolor);
  }
  .footer-contact div {
	margin-bottom: 10px;
	color: var(--pointcolor);
	word-break: break-all;
  }
  .footer-bottom {
	border-top: 1px solid var(--maincolor);
	margin-top: 16px;
	padding: 18px 0 12px 0;
	text-align: center;
	color: var(--pointcolor);
	font-size: 14px;
  }
  .footer-sitemap {
	color: var(--pointcolor);
	text-decoration: none;
	margin-left: 8px;
  }
  .footer-sitemap:hover {
	color: var(--maincolor);
  }
  
  @media (max-width: 1000px) {
	.footer-main { flex-wrap: wrap; gap: 18px; }
	.footer-col, .footer-brand { min-width: 160px; }
  }
  @media (max-width: 700px) {
     .container{
         width:calc(100% - 30px);
         margin:0 15px;
     }
    .header-top{
        margin:10px 0;
    }
    .header-logo{
        display: block;
        margin-bottom:10px;
    }
    .menu{
        display: none;
    }
    .menu ul li ul{
        margin-top:0;
    }
    .menu ul li ul li{
        margin-left:45px;
    }
    .menu ul li ul li a{
        height:20px;
        line-height:20px;
    }
    .menubar{
    	height: 40px;
    	width: 56px;
    	position: absolute;
    	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    	cursor: pointer;
    	z-index: 9999;
    	display: block;
    	right: 10px;
        top: 5px;
    }
    .menubar a {
    	background-color: #333;
    	display: block;margin: 0 auto;
    	height: 2px;
    	margin-top: -1px;
    	position: relative;
    	top: 50%;
    	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    	width: 30px;
    	border-radius: 2px;
    }

    .menubar a:after,
    .menubar a:before {
    	background-color: #333;
    	content: "";
    	display: block;
    	height: 2px;
    	left: 0;
    	position: absolute;
    	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    }
    .menubar a:after{
    	width:30px;
    }
    .menubar a:before{
    	width:30px;
    }
    .menubar a:after {
    	top: 10px;
    }
    
    .menubar a:before {
    	top: -10px;
    }
    .selected .menubar {
    	transform: rotate(90deg);
    }
    
    .selected .menubar a:after,
    .selected .menubar a:before {
    	top: 0;
    }
    
    .selected .menubar a:before {
    	transform: translateY(0px) rotate(-45deg);
    	-webkit-transform: translateY(0px) rotate(-45deg);
    	-ms-transform: translateY(0px) rotate(-45deg);
    	background: #333;
    	width: 100%;
    }
    
    .selected .menubar a:after {
    	transform: translateY(0px) rotate(45deg);
    	-webkit-transform: translateY(0px) rotate(45deg);
    	-ms-transform: translateY(0px) rotate(45deg);
    	background: #333;
    	width: 100%;
    }
    
    .selected .menubar a {
    	background-color: transparent !important;
    }
    .header-logo img{
        width:60%;
    }
	.footer-main { flex-direction: column; gap: 0; }
	.footer-col, .footer-brand { min-width: 0; margin-bottom: 18px; }
	.footer-logo { width:60%;margin:0 auto;}
	.footer-title { font-size: 15px; }
	.footer-bottom { font-size: 12px; }
	.footer-col{
	    display: none;
	}
	.footer-brand{
	    display: block;
	    flex:1;
	}
	.footer-desc{
	    text-align: center;
	}
	.footer-social{
	    justify-content: center;
	}
  }