* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after,
.clearfix::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
li {
  list-style: none;
}
.imgBg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.imgBg img {
  display: none;
}
.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
header {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: top center;
  width: 100%;
}
header .head {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .logo img {
  height: 60px;
}
.headTel {
  font-size: 0;
}
.headTel .tel-icon {
  width: 50px;
}
.headTel .tel-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.headTel .tel-text .titCn {
  padding-top: 5px;
  color: #036;
  font-weight: bold;
  font-size: 12px;
}
.headTel .tel-text .titEn {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 28px;
  color: #EEAE00;
  line-height: 1;
}
.headNav {
  width: 100%;
  background-color: #CC0000;
}
.headNav ul {
  overflow: hidden;
  width: 100%;
}
.headNav ul li {
  float: left;
  width: 16.66%;
}
.headNav ul li a {
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
}
.headNav ul li.active a,
.headNav ul li:hover a {
  background-color: #a9091d;
}
.mainBox1 img {
  width: 100%;
  display: block;
  height: 500px;
  object-fit: cover;
}
.m-title {
  text-align: center;
}
.m-title h2 {
  font-size: 30px;
}
.m-title h2::before,
.m-title h2::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 3px;
  margin: 0 18px;
  background-color: #CC0000;
}
.mainBox2 {
  padding: 50px 0;
}
.mainBox2 .mainBox2Con {
  margin-top: 40px;
}
.mainBox2 .mainBox2LImg {
  width: 40%;
}
.mainBox2 .mainBox2LImg img {
  width: 100%;
}
.mainBox2 .mainBox2RText {
  width: 55%;
}
.mainBox2 .mainBox2RText h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #333;
}
.mainBox2 .mainBox2RText p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
}
.mainBox3 {
  padding: 50px 0;
  background-color: #f0f0f0;
}
.mainBox3 .recommend-list {
  margin: 40px -15px 0;
}
.mainBox3 .recommend-list li {
  width: 33.33%;
  padding: 15px;
  float: left;
}
.mainBox3 .recommend-list li a {
  display: block;
  background-color: #fff;
}
.mainBox3 .recommend-list li a .img {
  width: 100%;
  padding-top: 75%;
}
.mainBox3 .recommend-list li .textCon {
  padding: 5px 10px 10px;
}
.mainBox3 .recommend-list li .textCon .titCn {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.mainBox3 .recommend-list li .textCon .brief {
  font-size: 12px;
  color: #999;
}
.mainBox3 .more {
  display: block;
  width: 140px;
  height: 42px;
  border: 1px solid #CC0000;
  color: #CC0000;
  text-align: center;
  line-height: 40px;
  transition: all 0.6s ease 0s;
  margin: 30px auto 0;
}
.mainBox3 .more .ico {
  position: relative;
  display: inline-block;
  margin: -3px 0 0 10px;
  width: 11px;
  height: 11px;
  vertical-align: middle;
}
.mainBox3 .more .ico::before,
.mainBox3 .more .ico::after {
  position: absolute;
  display: block;
  background: #CC0000;
  content: "";
  transition: all 0.6s ease 0s;
}
.mainBox3 .more .ico::before {
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
}
.mainBox3 .more .ico::after {
  top: 5px;
  left: 0;
  width: 100%;
  height: 1px;
}
.mainBox4 {
  padding: 50px 0;
}
.mainBox4 .mainBox4List {
  margin-top: 40px;
  position: relative;
}
.mainBox4 .mainBox4List a {
  display: block;
}
.mainBox4 .mainBox4List a .img {
  width: 100%;
  padding-top: 75%;
}
.mainBox4 .mainBox4List .textCon {
  padding: 5px 10px 10px;
}
.mainBox4 .mainBox4List .textCon .titCn {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.mainBox4 .mainBox4List .textCon .brief {
  font-size: 12px;
  color: #999;
}
.mainBox4 .mainBox4Btn {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  background-size: 44px;
}
.mainBox4 .mainBox4Prev {
  left: -50px;
  background-image: url(../images/left.png);
}
.mainBox4 .mainBox4Next {
  right: -50px;
  background-image: url(../images/right.png);
}
.mainBox5 {
  padding: 50px 0;
  background-color: #f0f0f0;
}
.mainBox5 .mainBox5Con {
  margin-top: 40px;
}
.mainBox5 .mainBox5Left {
  width: 500px;
  background-color: #fff;
}
.mainBox5 .mainBox5Left a {
  display: block;
}
.mainBox5 .mainBox5Left .img {
  padding-top: 75%;
}
.mainBox5 .mainBox5Left .textCon {
  padding: 15px;
  border: 1px solid #e3e3e3;
  color: #333;
}
.mainBox5 .mainBox5Left .textCon .titCn {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 30px;
}
.mainBox5 .mainBox5Left .textCon .time {
  font-size: 16px;
  line-height: 25px;
  color: #999;
  margin-bottom: 5px;
}
.mainBox5 .mainBox5Left .textCon .brief {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.mainBox5 .mainBox5Left .textCon .more {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.mainBox5 .mainBox5Right {
  width: 670px;
}
.mainBox5 .mainBox5Right ul li {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
}
.mainBox5 .mainBox5Right ul li a {
  display: block;
  background-color: #fff;
  position: relative;
  border: 1px solid #ebebeb;
  padding: 20px 0;
  overflow: hidden;
}
.mainBox5 .mainBox5Right ul li a .r-time {
  float: left;
  text-align: center;
  border-right: 1px dotted #d6d4d0;
  width: 110px;
}
.mainBox5 .mainBox5Right ul li a .r-time span {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 40px;
  color: #CC0000;
}
.mainBox5 .mainBox5Right ul li a .r-time em {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 16px;
  font-style: normal;
}
.mainBox5 .mainBox5Right ul li a .r-textCon {
  width: calc(100% - 110px);
  float: left;
  padding: 0 20px;
}
.mainBox5 .mainBox5Right ul li a .r-textCon .tit {
  font-size: 18px;
  line-height: 36px;
}
.mainBox5 .mainBox5Right ul li a .r-textCon .brief {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
footer {
  padding: 40px 0;
  background-color: #CC0000;
}
footer .l-con .logo {
  padding-top: 10px;
}
footer .l-con .logo img {
  height: 60px;
}
footer .r-con {
  padding-left: 30px;
}
footer .menu-list {
  font-size: 0;
}
footer .menu-list li {
  display: inline-block;
}
footer .menu-list li a {
  display: block;
  padding: 0 15px;
  line-height: 34px;
  position: relative;
  color: #fff;
  font-size: 14px;
}
footer .menu-list li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #fff;
  transform: translateY(-50%);
}
footer .menu-list li:last-child a::after {
  display: none;
}
footer .address-box {
  padding-left: 15px;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
footer .img-code .img {
  width: 110px;
  background-color: #fff;
  padding: 5px;
}
footer .img-code img {
  width: 100%;
  display: block;
}
footer .img-code p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
.top-img .img {
  width: 100%;
  height: 400px;
}
.about-box {
  padding: 80px 0;
}
.about-con {
  margin-top: 40px;
}
.about-con .html {
  font-size: 16px;
  line-height: 1.8;
  color: #545454;
}
.about-con .html p {
  text-indent: 2em;
}
.mainBox3.container {
  background-color: #fff;
  padding: 80px 0;
}
.notice-box {
  padding: 80px 0;
  background-color: #f0f0f0;
}
.notice-list {
  padding-top: 50px;
}
.notice-list li {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.notice-list a {
  display: block;
  overflow: hidden;
}
.notice-list a .img {
  float: left;
  width: 200px;
  padding-top: 150px;
}
.notice-list a .textCon {
  float: left;
  width: calc(100% - 200px);
  padding-left: 30px;
}
.notice-list a .textCon .titCn {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  color: #333;
}
.notice-list a .textCon .time {
  font-size: 15px;
  color: #999;
  line-height: 30px;
}
.notice-list a .textCon .brief {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.page {
  padding-top: 30px;
  font-size: 0;
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page a,
.page span {
  display: inline-block;
  padding: 0 12px;
  margin: 0 3px;
  height: 30px;
  line-height: 28px;
  color: #999;
  border: 1px #ddd solid;
  font-size: 13px;
  background-color: #fff;
}
.page .active a,
.page .active span {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
}
.news-list {
  margin-top: 40px;
}
.news-list li {
  margin-bottom: 20px;
  background-color: #fff;
}
.news-list li a {
  display: block;
  background-color: #fff;
  position: relative;
  height: 127px;
  border: 1px solid #ebebeb;
  overflow: hidden;
  padding: 20px 0;
}
.news-list li a .r-time {
  float: left;
  text-align: center;
  border-right: 1px dotted #d6d4d0;
  width: 110px;
}
.news-list li a .r-time span {
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 40px;
  color: #CC0000;
}
.news-list li a .r-time em {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 16px;
  font-style: normal;
}
.news-list li a .r-textCon {
  width: calc(100% - 110px);
  float: left;
  padding: 0 20px;
}
.news-list li a .r-textCon .tit {
  font-size: 18px;
  line-height: 36px;
}
.news-list li a .r-textCon .brief {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news-box {
  padding: 80px 0;
}
.contact-box {
  padding: 80px 0;
}
.contact-box .info-box {
  margin-top: 40px;
}
.contact-box .info-box .box {
  width: 50%;
  height: 450px;
  border: 1px solid #ddd;
  position: relative;
}
.contact-box .info-box .con-box {
  background-color: #CC0000;
}
.contact-box .info-box .info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 50px;
}
.contact-box .info-box .info h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.contact-box .info-box .info hr {
  margin: 10px 0;
  background-color: #fff;
  width: 30px;
  height: 2px;
  border: none;
}
.contact-box .info-box .info p {
  font-size: 16px;
  line-height: 2;
}
.contact-box .map {
  width: 100%;
  height: 450px;
}
.article-box {
  padding: 80px 0;
}
.article-box .article-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.article-box .time {
  color: #999;
  font-size: 13px;
  text-align: center;
  margin: 20px 0;
}
.right-mobile-menu {
  display: none;
}
.mobile-menu-list {
  display: none;
}
