* {
  margin: 0;
  padding: 0;
}
img{border: 0}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  font-size: 25px;
  font-family: 'Microsoft YaHei';
  color: #000;
  background: #fff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.wrap {
  width: 1200px;
  margin: auto;
}
.head {
height:140px;
  padding-top: 8px;

}
.head .search {
  background: #f1f1f1;
  height: 40px;
border:1px solid #ff0000;
}
.head .search span img {
  vertical-align: middle;
  margin-left: 10px;
}
.head .search span input {
  height: 39px;
  border: none;
  background: transparent;
  outline: none;
  vertical-align: middle;
}
.head .search span .searchBtn {
  font-size: 18px;
  background: #ff0000  ;
  height: 40px;
  line-height: 40px;
  width: 80px;
  display: inline-block;
  text-align: center ;
  color: #fff;
  vertical-align: middle;
  font-style: normal;
}
.head .phone {
  color: #ff0000;
  margin-top: 10px;
  font-size: 16px;
}
.head .clear {
  clear: both;
}
/* 导航 */
.nav {
  background: #ff0000;
}
.nav ul {
  height: 45px;
}
.nav ul li {
  position: relative;
  width: 200px;
  float: left;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.nav ul li ul.navDown{
  position: absolute;
  width: 100%;
  top:45px;
  left: 0;
  /* bottom: 0; */
  margin: auto;
  height: auto;
  background: #fff;
  z-index: 999;
  display: none;

  border-left:1px solid #ff0000;
  border-right:1px solid #ff0000;
  border-bottom:1px solid #ff0000;

}
.nav .navDown{
  border-left: 1px #ff0000 solid;
  border-right: 1px #ff0000 solid;
  border-bottom: 1px #ff0000 solid;
}
.nav ul li ul.navDown li{
  width: 100%;
  float: none;
  background: #fff;
  line-height: normal;
  height: 45px;
  display: block;
  line-height: 45px;
  /* border-bottom: 1px solid #000000; */
}
.nav ul li ul.navDown li:last-child{
  border-bottom:0 
}
.nav ul li ul.navDown li:last-child a{
  border-bottom:0
}
.nav ul li ul.navDown li a{
 
  font-size: 16px;
  color: #000;
  display: block;
  text-align: center;
  width: 100%;
  height:45px;
  line-height: 45px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  box-sizing:border-box

}
.publicInfo .rightTips ul li a div{
  padding-top:6px
  
}
.nav ul li ul.navDown li a:hover{
  text-decoration: underline
}
.nav ul li {
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  height: 45px;

  display: inline-block;
}
.nav ul li a {
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  height: 46px;

  display: inline-block;
}
.nav ul li .active {
  border-bottom: 2px solid #fff;
}
/* 资讯 */
.news {
  margin-top: 20px;
}
.news .LeftSide {
  position: relative;
  width: 762px ;
  height: 308px;
  overflow: hidden;
}
.news .LeftSide .tab {
  border-bottom: 2px solid #ff0000;
}
.news .LeftSide .tab ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  cursor: pointer;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 15px;
}
.news .LeftSide .tab ul .tabActive {
  color: #fff;
  background: url(../images/titlebg_07.png) no-repeat center center;
  background-size: 100% 100%;
}
.news .LeftSide .tabBox .tabSize {
  margin-top: 20px;
}
.news .LeftSide .tabBox .tabSize ul li {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.news .LeftSide .tabBox .tabSize ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  font-size: 16px;
}
.news .LeftSide .tabBox .tabSize ul li a {
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.news .LeftSide .tabBox .tabSize ul li span {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: #707070;
  font-size: 16px;
}
.news .rightSide {
  position: relative;
  height: 308px;
  overflow: hidden;
  
}
.news .rightSide .tab {
  border-bottom: 2px solid #ff0000;
  margin-bottom: 20px;
}
.news .rightSide .tab ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  cursor: pointer;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding: 0 15px 0 15px;
}
.news .rightSide .tab ul .tabActive {
  color: #fff;
  background: url(../images/titlebg_07.png) no-repeat center center;
  background-size: 100% 100%;
}
.news .rightSide .tabBox .tabSize ul li {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.news .rightSide .tabBox .tabSize ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  font-size: 16px;
}
.news .rightSide .tabBox .tabSize ul li a {
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.news .rightSide .tabBox .tabSize ul li span {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: #707070;
  font-size: 16px;
}
/* 在线服务 */
.server {
  margin-top: 20px;
  margin-bottom: 20px;
}
.server .title {
  color: #ff0000;
  font-size: 18px;
  border-bottom: 2px solid #ff0000;
  padding: 0 0 5px 0;
  margin-bottom: 16px;
}
.server .title span {
  border-left: 2px solid #ff0000;
  padding-left: 5px;
}
.server ul {
  text-align: center;
  padding-left: 10px;
}
.server ul li {
  width: 219px;
  height: 103px;
  font-size: 24px;
  text-align: center;
  line-height: 103px;
  float: left;
  margin-right: 19px;
}
.server ul li:nth-child(5) {
  margin-right: 0;
}
.server ul li a {
  color: #fff;
  font-size: 24px;
}
.publicInfo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.publicInfo .title {
  color: #ff0000;
  font-size: 18px;
  border-bottom: 2px solid #ff0000;
  padding: 0 0 5px 0;
  margin-bottom: 16px;
}
.publicInfo .title span {
  border-left: 2px solid #ff0000;
  padding-left: 5px;
}
.publicInfo .info .leftTips {
  width: 564px;
  float: left;
}
.publicInfo .info .leftTips .tips ul {
  border-bottom: 2px solid #c5c5c5;
  height: 36px;
}
.publicInfo .info .leftTips .tips ul li {
  position: relative;
  float: left;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.publicInfo .info .leftTips .tips ul li.tipsActive {
  position: relative;
  color: #ff0000;
  border-bottom: 2px solid #ff0000;
}
.publicInfo .info .leftTips .tips ul li.tipsActive:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 5px solid;
  border-top-color: transparent;
  border-bottom-color: #ff0000;
  border-left-color: transparent;
  border-right-color: transparent;
}
.publicInfo .info .tipsBox {
  margin-top: 15px;
}
.publicInfo .info .tipsBox ul li {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.publicInfo .info .tipsBox ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  font-size: 16px;
}
.publicInfo .info .tipsBox ul li a {
  font-size: 16px;
  color: #000;
  margin-left: 10px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.publicInfo .info .tipsBox ul li span {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: #707070;
  font-size: 16px;
}
.publicInfo .rightTips {
  float: right;
  width: 590px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.publicInfo .rightTips ul{
  position: relative;
  margin-right:-3%
}
.publicInfo .rightTips ul li {
  width: 30%;
  height: 152px;
  border: 1px solid #e8e8e8;
  text-align: center;
  float: left;
  margin-right: 3%;
  *margin-right: 1%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.publicInfo .rightTips ul li a {
  color: #000;
  
}
.publicInfo .rightTips ul li:nth-child(3) {
  margin-right: 0;
}

.publicInfo .rightTips ul li:nth-child(6) {
  margin-right: 0;
}
.publicInfo .rightTips ul li span {
  position: relative;
  display: block;
  text-align: center;
  line-height: 117px;
  width: 100%;
  height: 117px;
}
.publicInfo .rightTips ul li span img {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.publicInfo .rightTips ul li p {
  font-size: 20px;
  height: 38px;
  line-height: 38px;
}
.link li {
  float: left;
  margin-right: 10px;
}
.footer {
  padding-top: 18px;
  background: #454545;
  font-size: 13px;
  color: #fff;
}
.footer a{
  font-size: 13px;
  color: #fff;
}
.footer .line {
  margin-left: 10px;
  margin-right: 10px;
}
.lunbo {
  position: relative;
  height: 104px;
  overflow: hidden;
}
.publicInfo .info .tipsBox .tab2{
  display: none
  }
  .news .LeftSide .tabBox .tab2,.news .LeftSide .tabBox .tab3{display: none}
  .news .rightSide .tabBox .tab2{display: none}