* {
  box-sizing: border-box;
}
body {
  background-color: #f2f2f2;
}
#head {
  width: 100%;
  position: fixed;
  background-color: #fff;
  overflow: hidden;
  transition: 0.6s;
  height: 80px;
  top: 0;
  z-index: 9999;

  border-bottom:1px solid #f60;
}
#head .container {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  
   
}
#head .container .logo {
  height: 60px;
  display: flex;
  flex-wrap:wrap;
}
#head .container .logo a {
  display: block;
  height: 100%;
}
#head .container .logo a img {
  display: block;
  height: 100%;
}
#head .container .logo .icon_test {
  color: #333;
  padding-left: 6px;
}
#head .container .logo .icon_test h4 {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 0px;
}
#head .container .logo .icon_test p {
  font-size: 12px;
}
#head .container .menu_wrap {
  width: 28px;
  height: auto;
}
#head .container .menu_wrap .menu_icon {
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #f60;
  display: block;
  border-radius: 2px;
  transition: 0.6s;
}
#head .container .menu_wrap .menu_icon:first-child {
  margin-top: 0;
}
#head .container .menu_wrap .menu_icon:nth-child(2) {
  width: 80%;
}
#head .container .menu_wrap.close .icon1 {
  transform: rotate(-45deg) translate(-2px, 10px);
}
#head .container .menu_wrap.close .icon2 {
  opacity: 0;
}
#head .container .menu_wrap.close .icon3 {
  transform: rotate(45deg) translate(-2px, -11px);
}
#head nav {
  display: none;
  width: 100%;
  padding: 0 30px;
  height: 80vh;
}
#head nav .menu_list {
  width: 100%;
}
#head nav .menu_list .menu_item a {
  text-align: center;
  color: #f60;
  display: block;
  padding: 20px 0;
  font-size: 18px;
}
#head nav .menu_list .menu_item:last-child {
  border-bottom: 0;
}
#head.programe {
  height: 100vh;
  overflow: hidden;
}
#head.programe .container .menu_wrap.close .icon1 {
  transform: rotate(-45deg) translate(-2px, 8px);
}
#head.programe .container .menu_wrap.close .icon2 {
  opacity: 0;
}
#head.programe .container .menu_wrap.close .icon3 {
  transform: rotate(45deg) translate(-2px, -8px);
}
#head.programe nav {
  display: flex;
  align-items: center;
  border-top: 1px solid #F80;
}
#banner {
  margin-top: 80px;
  height:200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#banner .download {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}
#banner .download a {
  padding: 8px 30px;
  color: #fff;
  font-size: 20px;
  background-color: #5e9f01;
  display: block;
  border-radius: 20px;
}
#tese {
  width: 100%;
  position: relative;
  padding: 20px 0;
  padding-bottom: 10px;
}
#tese .sort_title {
  text-align: center;
  width: 100%;
}
#tese .sort_title h3 {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 16px;
}
#tese .sort_title span {
  width: 65px;
  height: 2px;
  background-color: #f60;
  display: block;
  margin: 0 auto;
  margin-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
}
#tese .tese_container {
  padding: 0 12px;
  width: 100%;
}
#tese .tese_container .tese_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  overflow: visible;
  padding-top: 25px ;
}
#tese .tese_container .tese_wrapper .tese_item {
  width: 49%;
  box-shadow: 0 0 5px #555;
  border-radius: 5px;
  overflow: hidden;
}
#tese .tese_container .tese_wrapper .tese_item .img {
  width: 100%;
}
#tese .tese_container .tese_wrapper .tese_item .img img {
  width: 100%;
}
#tese .tese_container .tese_wrapper .tese_item .text {
  background-color: #fff;
  padding: 8px 2px 8px 10px;
}
#tese .tese_container .tese_wrapper .tese_item .text .content_title {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding-bottom: 3px;
}
#tese .tese_container .tese_wrapper .tese_item .text .content_title span {
  color: #f60;
}
#tese .tese_container .tese_wrapper .tese_item .text .content_des {
  font-size: 12px;
}
#tese .tese_container .tese_wrapper .tese_item .text .content_des p {
  font-size: 12px;
  color: #999;
  line-height: 1.8em;
}
#news {
  width: 100%;
  position: relative;
  padding: 20px 0;
  min-height: 650px;
}
#news .sort_title {
  text-align: center;
  width: 100%;
}
#news .sort_title h3 {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 16px;
}
#news .sort_title span {
  width: 65px;
  height: 2px;
  background-color: #f60;
  display: block;
  margin: 0 auto;
  margin-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
}
#news .sort_link {
  padding: 0 18px;
}
#news .sort_link .link_container {
  padding: 0 18px;
  border-bottom: 1px solid #fdd32a;
}
#news .sort_link .link_container .link_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#news .sort_link .link_container .link_wrapper .link_item {
  line-height: 1.5;
}
#news .sort_link .link_container .link_wrapper .link_item a {
  color: #a0a0a0;
  font-size: 14px;
}
#news .sort_link .link_container .link_wrapper .link_item.avctive {
  border-bottom: 2px solid #f60;
}
#news .sort_link .link_container .link_wrapper .link_item.avctive a {
  color: #fe9700;
}
#news .news_container {
  padding: 0 18px;
  width: 100%;
  padding-top: 15px;
}
#news .news_container .news_list {
  width: 100%;
  position: relative;
}
#news .news_container .news_list .news_post {
  width: 100%;
}
#news .news_container .news_list .news_post a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px 0;
}
#news .news_container .news_list .news_post a .fenlei {
  width: 9%;
  background-color: #f90;
  font-size: 12px;
  text-align: center;
  color: #f1f1f1;
  border-radius: 3px;
}
#news .news_container .news_list .news_post a .news_title {
  width: 64%;
  color: #7e6868;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .news_container .news_list .news_post a .date {
  width: 24%;
  color: #999;
  font-size: 12px;
  text-align: right;
}
#news .navigation {
  width: 100%;
  padding: 15px;
}
#news .navigation .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#news .navigation .pagination .page-item {
  padding: 0 20px;
  color: #4f4f4f;
}
#news .navigation.post .page-item {
  width: 100%;
  display: block;
  padding: 0 0px;
  color: #4f4f4f;
  padding: 5px 0;
  font-size: 12px;
}
#news .post_container {
  padding: 0 18px;
  width: 100%;
}
#news .post_container .post_title {
  font-size: 15px;
  text-align: center;
  color: #333;
  font-weight: 500;
}
#news .post_container .date {
  font-size: 12px;
  color: #aaa;
  text-align: center;
  padding: 5px 0 ;
}
#news .post_container .content p {
  line-height: 1.8;
  font-size: 12px;
  padding: 8px 0;
}
#news .post_container .content p img {
  max-width: 100%;
}
#contact {
  width: 100%;
  padding: 15px 18px;
  min-height: 650px ;
}
#contact .contact_title {
  border-bottom: 1px solid #fdd32a;
}
#contact .contact_title h4 {
  display: inline-block;
  width: auto;
  border-bottom: 2px solid #f60;
  line-height: 1.5;
}
#contact .contact_title h4 span {
  font-size: 14px;
}
#contact .content {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
#contact .content p {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  padding: 5px 15px;
}
#contact .content p span {
  color: #FF9900;
  display: inline-block;
  width: auto;
  text-align: justify;
}
#contact .btn {
  width: 124px;
  height: 40px;
  margin: 20px auto;
}
#contact .btn a {
  width: 100%;
  height: 100%;
  background-color: #169bd5;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#contact .btn a .img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
#contact .btn a .img img {
  width: 100%;
  height: 100%;
}
#contact .btn a .text {
  color: #fff;
}
#foot {
  background-color: #333;
}
#foot .container {
  width: 100%;
  padding: 10px 25px 100px;
}
#foot .container .copyright {
  color: #f1f1f1;
  font-size: 12px;
  text-align: center;
  padding: 0;
}
#foot .container .copyright a {
  color: #f1f1f1;
}
#foot .container p {
  color: #f1f1f1;
  font-size: 12px;
  text-align: justify;
  padding-top: 5px;
}
#download {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  height: 65px;
}
#download .container {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#download .container .icon_title {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
#download .container .icon_title .img {
  height: 45px;
  max-height: 45px;
}
#download .container .icon_title .img img {
  height: 100%;
}
#download .container .icon_title .icon_test {
  color: #333;
  padding-left: 6px;
}
#download .container .icon_title .icon_test h4 {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 3px;
}
#download .container .icon_title .icon_test p {
  font-size: 12px;
}
#download .container .btn {
  width: 25%;
  text-align: center;
}
#download .container .btn a {
  padding: 5px 5px;
  color: #fff;
  font-size: 14px;
  background-color: #f60;
  display: block;
  border-radius: 15px;
  text-align: center;
}
