@import url('../css/base.css');
.base {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.main {
  margin: 0 auto;
}
.allbox {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.allbox .bannerbox {
  width: 100%;
  height: 541px;
  background: url(../img/jiaju/color.jpg) repeat-y center tomato;
  padding-top: 40px;
  margin-bottom: 152px;
  float: left;
}
.allbox .bannerbox .ct {
  width: 1200px;
  margin: 0 auto;
}
.allbox .bannerbox .ct .logo {
  width: 143px;
  height: auto;
  float: left;
}
.allbox .bannerbox .ct .logo img {
  width: 143px;
  height: auto;
  vertical-align: middle;
}
.allbox .bannerbox .ct .navbox {
  width: 760px;
  height: 43px;
  float: right;
}
.allbox .bannerbox .ct .navbox .ul {
  position: relative;
  z-index: 1;
  width: 880px;
  height: 107px;
  float: left;
  margin-top: -40px;
}
.allbox .bannerbox .ct .navbox .ul .li {
  width: 80px;
  text-align: center;
  height: 100%;
  float: left;
}
.allbox .bannerbox .ct .navbox .ul .li a {
  float: left;
  width: 100%;
  height: 100%;
}
.allbox .bannerbox .ct .navbox .ul .li:hover {
  background: rgba(0, 0, 0, 0.15);
}
.allbox .bannerbox .ct .navbox .ul .li:hover .zh {
  color: white;
}
.allbox .bannerbox .ct .navbox .ul .li:hover .xian {
  display: block;
}
.allbox .bannerbox .ct .navbox .ul .li .zh {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
  transform: translateY(58px);
}
.allbox .bannerbox .ct .navbox .ul .li .en {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #593209;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'zzgfhcgt_downcc';
}
.allbox .bannerbox .ct .navbox .ul .li .xian {
  width: 30px;
  height: 1px;
  margin: 0 auto;
  transform: translateY(36px);
  display: none;
}
.allbox .bannerbox .banner {
  width: 1444px;
  height: 586px;
  margin: 0 auto;
  position: relative;
  top: 24px;
}
.allbox .bannerbox .banner img {
  width: 1444px;
  height: 586px;
  box-shadow: 0px 0px 35px #888888;
}
.allbox .content {
  width: 100%;
}
.allbox .content .con1 {
  height: 400px;
  margin: 40px 0;
  float: left;
}
.allbox .content .con1 .img {
  width: 170px;
  height: 100%;
}
.allbox .content .con1 .video {
  width: 720px;
  height: 100%;
}
.allbox .content .con1 .video video {
  width: 720px;
  height: 100%;
}
.allbox .content .con1 .audio {
  width: 310px;
  height: 100%;
}
.allbox .content .con1 .audio img {
  width: 310px;
  height: 368px;
}
.allbox .content .con1 .audio audio {
  width: 310px;
}
.allbox .content .adarea {
  width: 100%;
  float: left;
  height: 180px;
  margin-bottom: 30px;
  overflow: hidden;
}
.allbox .content .adarea img {
  width: 100%;
}
.allbox .content .con2 {
  float: left;
  height: 500px;
  margin-bottom: 40px;
}
.allbox .content .con2 .img {
  width: 180px;
  height: 100%;
  float: left;
}
.allbox .content .con2 .probox {
  width: 1020px;
  height: 100%;
  float: left;
}
.allbox .content .con2 .probox .libox {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  width: 25%;
  height: 50%;
  float: left;
  overflow: hidden;
}
.allbox .content .con2 .probox .libox .imgbox {
  position: absolute;
  width: 100%;
  height: 100%;
}
.allbox .content .con2 .probox .libox .imgbox img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.allbox .content .con2 .probox .libox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: rgba(0, 0, 0, 0.34);
  transition: 0.4s;
  display: flex;
  text-align: center;
  padding: 50px;
  font-size: 24px;
}
.allbox .content .con2 .probox .libox:hover img {
  transform: scale(1.2, 1.2);
}
.allbox .content .con2 .probox .libox:hover .textbox {
  transform: translateY(0);
}
.allbox .footer {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  background: #0a0b0d;
  height: 45px;
  line-height: 45px;
  color: white;
  float: left;
}
.allbox .footer a {
  color: white;
}
/*List Page*/

#header {
  height: 75px;
}
#header .top {
  background: none;
}
#header .top .logo {
  width: 430px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
#header .top .logo span {
  font-family: 'aparaj';
  text-transform: uppercase;
  font-size: 50px;
  font-weight: normal;
}
#header .top .nav {
  padding: 0;
  width: calc(100% -  498px);
  height: 75px;
}
#header .top .nav .ul {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 75px;
}
#header .top .nav .ul .li {
  width: 86px;
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  height: auto;
  margin-bottom: 0px;
  float: left;
}
#header .top .nav .ul .li .zh {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #593209;
  font-size: 16px;
}
#header .top .nav .ul .li .en {
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #593209;
  font-size: 12px;
  text-transform: uppercase;
  font-family: zzgfhcgt_downcc;
}
#header .top .nav .ul .li .xian {
  width: 30px;
  height: 1px;
  border-top: 1px solid #ea8505;
  margin: 0 auto;
  display: none;
}
#header .top .nav a {
  color: #333333;
}
#header .top .site {
  background: #2d187a;
  height: 75px;
  float: right;
}
#header .topbg {
  width: 790px;
  background: #2e293f;
}
#contenter {
  margin-top: 0;
}
#contenter .boxcont {
  padding: 40px;
}
#contenter .boxcont .title {
  width: 50%;
  height: 80px;
  font-family: 'aparaj';
  font-size: 72px;
  text-transform: uppercase;
  color: #b7071e;
  float: left;
}
#contenter .boxcont .title span {
  font-size: 18px;
  text-indent: 10px;
}
#contenter .boxcont .title span:before {
  content: "|";
  color: #b7071e;
  font-size: 28px;
  font-weight: bold;
  margin: 0 5px;
}
#contenter .boxcont .local {
  width: 50%;
  height: 80px;
  line-height: 110px;
  float: left;
  text-align: right;
  color: #78787e;
}
#contenter .boxcont .local a {
  color: #78787e;
}
#contenter .boxcont .imgbox {
  width: 100%;
  height: 560px;
  float: left;
  overflow: hidden;
}
#contenter .boxcont .titline {
  text-transform: uppercase;
  color: #b7071e;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
}
#contenter .boxcont .listbox {
  width: calc(100% + 40px);
  margin-left: -20px;
  height: auto;
  float: left;
}
#contenter .boxcont .listbox .li {
  width: 50%;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 40px;
  float: left;
  padding: 0 20px;
}
#contenter .boxcont .listbox .li .nbox {
  width: 100%;
  height: 100%;
  float: left;
}
#contenter .boxcont .listbox .li .nbox .newt {
  width: 100%;
  height: 50%;
  line-height: 30px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}
#contenter .boxcont .listbox .li .nbox .newt a {
  color: #333333;
}
#contenter .boxcont .listbox .li .nbox .newd {
  width: 100%;
  height: 50%;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #78787e;
}
#contenter .conbox {
  padding: 40px;
  float: left;
  width: 100%;
  height: 100%;
  background: white;
  margin-top: 20px;
  padding: 0;
}
#contenter .conbox .title {
  width: 50%;
  height: 80px;
  font-family: 'aparaj';
  font-size: 72px;
  text-transform: uppercase;
  color: #b7071e;
  float: left;
}
#contenter .conbox .title span {
  font-size: 18px;
  text-indent: 10px;
}
#contenter .conbox .title span:before {
  content: "|";
  color: #b7071e;
  font-size: 28px;
  font-weight: bold;
  margin: 0 5px;
}
#contenter .conbox .local {
  width: 50%;
  height: 80px;
  line-height: 110px;
  float: left;
  text-align: right;
  color: #78787e;
}
#contenter .conbox .local a {
  color: #78787e;
}
#contenter .conbox .imgbox {
  width: 100%;
  height: 560px;
  float: left;
  overflow: hidden;
}
#contenter .conbox .titline {
  text-transform: uppercase;
  color: #b7071e;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
}
#contenter .conbox .listbox {
  width: calc(100% + 40px);
  margin-left: -20px;
  height: auto;
  float: left;
}
#contenter .conbox .listbox .li {
  width: 50%;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 40px;
  float: left;
  padding: 0 20px;
}
#contenter .conbox .listbox .li .nbox {
  width: 100%;
  height: 100%;
  float: left;
}
#contenter .conbox .listbox .li .nbox .newt {
  width: 100%;
  height: 50%;
  line-height: 30px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}
#contenter .conbox .listbox .li .nbox .newt a {
  color: #333333;
}
#contenter .conbox .listbox .li .nbox .newd {
  width: 100%;
  height: 50%;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #78787e;
}
#contenter .conbox .local {
  width: 100%;
  height: 33px;
  line-height: 33px;
  background: url('../img/tppic/localbg.png') no-repeat right top;
  padding-right: 10px;
  color: #b7071e;
  float: left;
}
#contenter .conbox .local a {
  color: #b7071e;
}
#contenter .conbox .zwcont {
  float: left;
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-top: 80px;
  padding-bottom: 0;
}
#contenter .conbox .zwcont .lan1 {
  width: 96px;
  height: 1120px;
  float: left;
  background: url('../img/tppic/TOUCHLEVEL.png') no-repeat;
}
#contenter .conbox .zwcont .lan2 {
  width: 820px;
  min-height: 1150px;
  float: left;
  border-left: 9px solid #b7071e;
}
#contenter .conbox .zwcont .lan2 .bian {
  width: 31px;
  height: 70px;
  border-left: 9px solid #b7071e;
  float: left;
}
#contenter .conbox .zwcont .lan2 .conbody {
  width: 780px;
  min-height: 100px;
  float: left;
}
#contenter .conbox .zwcont .lan2 .conbody .date {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  float: left;
}
#contenter .conbox .zwcont .lan2 .conbody .tit {
  width: 100%;
  height: auto;
  line-height: 50px;
  font-size: 48px;
  font-weight: bold;
  color: black;
  margin: 10px 0;
  float: left;
}
#contenter .conbox .zwcont .lan2 .conbody .dec {
  width: 100%;
  height: auto;
  margin: 40px 0;
  float: left;
}
#contenter .conbox .zwcont .lan3 {
  width: 195px;
  height: auto;
  float: left;
}
#contenter .conbox .zwcont .lan3 .share {
  width: auto;
  height: auto;
  float: left;
  margin: 20px 0 0 70px;
}
#contenter .conbox .zwcont .lan3 .share .li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-bottom: 10px;
  background: none;
}
#contenter .conbox .zwcont .lan3 .share .li a {
  color: #333333;
  width: 43px;
  height: 43px;
  float: left;
}
#contenter .conbox .footcont {
  width: 100%;
  height: auto;
  border-top: 1px solid #b7071e;
  padding: 0 40px;
  padding-bottom: 40px;
  float: left;
}
#contenter .conbox .footcont .title {
  width: 105px;
  height: 33px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  background: #b7071e;
  border-radius: 0 0 4px 4px;
  color: white;
  font-size: 18px;
  float: left;
}
#contenter .conbox .footcont .cbodyfoot {
  width: 100%;
  height: 102px;
  margin-top: 20px;
  overflow: hidden;
  float: left;
}
#contenter .conbox .footcont .cbodyfoot .newbox {
  float: left;
  width: 25%;
  height: 100%;
}
#contenter .conbox .footcont .cbodyfoot .newbox .newimg {
  width: 140px;
  height: 100%;
  float: left;
}
#contenter .conbox .footcont .cbodyfoot .newbox .newimg a {
  width: 140px;
  height: 100%;
  float: left;
}
#contenter .conbox .footcont .cbodyfoot .newbox .newimg a img {
  width: 140px;
  height: 100%;
  float: left;
}
#contenter .conbox .footcont .cbodyfoot .newbox .newtbox {
  width: 140px;
  height: 100%;
  float: left;
  padding: 5px 10px;
  padding-right: 40px;
  overflow: hidden;
}
#contenter .conbox .footcont .cbodyfoot .newbox .newtbox .tit {
  width: 100%;
  height: auto;
  line-height: 18px;
  font-weight: bold;
}
#contenter .conbox .footcont .cbodyfoot .newbox .newtbox .tit a {
  color: #333333;
}
#contenter .conbox .footcont .cbodyfoot .newbox .newtbox .date {
  width: 100%;
  height: auto;
  color: #78787e;
  font-size: 12px;
}
