@charset "UTF-8";
html {
  font-size: 100px;
}

/*中粗体*/
@font-face {
  font-family: PingFang-Bold-2;
  src: url("./font/PingFang-Bold-2.ttf");
}
/*中粗体*/
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("./font/Montserrat-Medium-7.otf");
}
/*常规平方*/
@font-face {
  font-family: 'PingFang';
  src: url("./font/PingFang-Jian-ChangGuiTi-2.ttf");
}

/*PingFang-SC-Semibold-2*/
@font-face {
  font-family: PingFang-SC-Semibold-2;
  src: url("./font/PingFang-SC-Semibold-2.ttf");
}

@media only screen and (max-width: 1600px) {
  html {
    font-size: 92px;
  }
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 85px;
  }
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 80px;
  }
}

body {
  font-size: .16rem;
}

.header_box {
  width: 100%;
  background: url(/img/top_bg.jpg) no-repeat center 0;
}

.header {
  width: 1200px;
  height: 96px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  /* max-width: 91%; */
}

.header h1 {
  margin-right: 28px;
  float: left;
}

.header .welcome {
  float: right;
  margin-left: 30px;
  margin-top: 29px;
}

.header .welcome span {
  font-size: 14px;
  color: #666;
  font-family: 'PingFang';
  display: inline-block;
}

.header .welcome .user-info {
  display: none;
  margin-top: 5px;
  float: left;
}

.header .welcome .username {
  color: #333;
}

.header .welcome .exit-btn {
  cursor: pointer;
  margin-left: 15px;
}

.header .welcome .btn1 {
  float: left;
  text-align: center;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  width: 96px;
  height: 32px;
  background: #3498DB;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
}

.header .search {
  width: 471px;
  height: 40px;
  float: right;
  margin-left: 15px;
  margin-top: 22px;
  position: relative;
}

.header .search input {
  width: 379px;
  height: 36px;
  border: 2px solid #3498db;
  border-right: 0;
  line-height: 36px;
  padding-left: 40px;
  float: left;
  background: url(/img/search.png) no-repeat 7px 9px;
  color: #999;
  font-size: 14px;
}

.header .search button {
  width: 50px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  float: left;
  background: #3498db;
}

.header .erweima {
  width: 60px;
  height: 60px;
  float: left;
  margin-top: 10px;
}

.header .erweima img {
  width: 60px;
  height: 60px;
}

/*footer begin*/
/*底部友情链接*/
.lianjie {
  width: 1200px;
  margin: 0 auto 58px;
}

.lianjie * {
  box-sizing: border-box;
}

.lianjie h3 {
  position: relative;
  color: #333333;
  font-size: 18px;
  padding-bottom: .2rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lianjie h3 span {
  font-weight: bold;
}

.lianjie h3 a {
  float: right;
  font-size: .14rem;
  color: #999999;
}

.lianjie h3::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #3498DB;
}

.lianjie .control_btn {
  display: flex;
  position: absolute;
  z-index: 100;
  right: -4px;
  background-color: #ffffff;
  padding-right: 4px;
}

.lianjie .control_btn span {
  height: 0.48rem;
  width: 0.32rem;
}

.lianjie .control_btn .left {
  height: 48px;
  width: 32px;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
  cursor: pointer;
}

.lianjie .control_btn .right {
  height: 48px;
  width: 32px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.lianjie .pic-box {
  position: relative;
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
}

.lianjie .pic-box .pic-box1 {
  width: 100%;
  height: 48px;
  overflow: hidden;
  float: left;
}

.lianjie .pic-box ul li {
  width: 188px;
  height: 48px;
  float: left;
  overflow: hidden;
}

.lianjie .pic-box ul li a {
  display: block;
  width: 176px;
  height: 48px;
  background: #f9f9f9;
}

.lianjie .pic-box ul li img {
  width: 100%;
  height: 48px;
  opacity: 1;
  border: 1px solid #CCCCCC;
}

.lianjie .pic-box .left span {
  margin: 13px 6px;
}

.lianjie .pic-box .right span {
  margin: 13px 6px;
}

.lianjie .top_title {
  position: relative;
  color: #333333;
  font-size: .18rem;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub_title a:hover{
  
}

.lianjie .top_title span {
  display: inline-block;
  height: 50px;
  font-weight: bold;
  position: relative;
}
.lianjie .top_title span::after{
  content: '';
  position: absolute;
  width:100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #3498DB;
}

.lianjie .top_title a {
  float: right;
  font-size: .14rem;
  color: #999999;
}

.top_title a:hover{
  color: #e13501;
}

/* .lianjie .top_title::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #3498DB;
} */

.lianjie .pic-box .left span {
  background: url(/img/left_control.svg) no-repeat;
  display: inline-block;
  background-size: 23px 23px;
}

.lianjie .pic-box .right span {
  background: url(/img/right_control.svg) no-repeat;
  display: inline-block;
  background-size: 23px 23px;
}

.lianjie .pic-box .lunbo {
  float: left;
  width: 100%;
}

.lianjie .pic-box ul {
  float: left;
}

.footer {
  min-width: 1200px;
  height: 144px;
  background: #3498db;
  padding: 20px 0 0 0;
}

.footer ul {
  overflow: hidden;
  margin-left: 411px;
  margin-bottom: 14px;
}

.footer ul li {
  float: left;
  font-size: 16px;
  color: #fff;
}

.footer a {
  font-size: 16px;
  color: #fff;
}

.footer p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 14px;
}

/* 登录框样式 start*/
.login-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.login-box-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  background: #fafafa;
  padding: 20px 25px 30px;
  border-radius: 4px;
  z-index: 9999;
}

.login-box .top {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

.login-box .top .title {
  color: #333;
}

.login-box .close-btn {
  width: 20px;
  cursor: pointer;
}

.login-box .input-item {
  display: flex;
  border: 1px solid #9f9f9f;
  margin-bottom: 20px;
  padding: 10px 15px;
  align-items: center;
  border-radius: 3px;
}

.login-box .icon {
  width: 18px;
  margin-right: 10px;
  padding-top: 4px;
}

.login-box img {
  width: 100%;
}

.login-box .btn button {
  background: #3498db;
  color: #fff;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 5px;
}

.login-box .user-center {
  display: flex;
  align-items: center;
}

.login-box .portrait {
  width: 30px;
}

.login-box .username {
  color: #fff;
  margin: 0 15px;
  font-size: 18px;
}

.login-box .error {
  display: none;
  color: #d23f44;
  font-size: 12px;
  position: absolute;
  bottom: 65px;
}

.login-box .exit {
  color: #ccc;
  cursor: pointer;
}

/* 登录框样式 end*/
#tip-message-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translate(-50%, -50%);
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  box-sizing: border-box;
  white-space: nowrap;
  z-index: 9999;
}
