html,
body {
  margin: 0;
  padding: 0;
  font-family: "MicrosoftYaHei";
  width: 100%;
  font-size: 16px;
}
input[type="text" i],
input[type="textarea" i] {
  padding: 0 8px;
  border: 0;
  border: 1px solid #dedede;
  border-radius: 3px;
  height: 40px;
  box-sizing: border-box;
}
ul,
li,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #013c76 !important;
}
.btn {
  background: #ef2d36;
  border-radius: 3px;
  border: none;
  color: white;
  padding: 0px 10px;
  text-align: center;
  display: inline-block;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.btn:hover {
  background-color: #d40d17;
  color: white;
}
.clear {
  clear: both;
}
/* header */
header .top {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 40px;
}
header .top div:last-child span {
  color: #ef2d36;
}
header .hr {
  height: 1px;
  background-color: #e3e3e3;
}
header .menu-container {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
/* header .menu-container .logo {
  background: url(../images/logo.png);
  width: 53px;
  height: 54px;
  display: inline-block;
  float: left;
}
header .menu-container .title-container {
  display: inline-block;
  float: left;
  padding: 0 5px;
}
header .menu-container .title-container .title span {
  color: #ef2d36;
  font-size: 24px;
} */
.menu .menu-item {
  display: inline-block;
  line-height: 54px;
  padding: 0 10px;
  cursor: pointer;
}

.menu .menu-item:hover {
  transition-duration: 0.1s;
  border-bottom: 4px solid #ef2d36;
}
.menu .activeMenu {
  border-bottom: 4px solid #ef2d36;
}
.search-container {
  padding-top: 8px;
  display: flex;
}
.search-container input {
  width: 200px;
  height: 40px;
  border: 1px solid #dedede
}
.submenu-container {
  background-color: #ef2d36;
  height: 48px;
  line-height: 48px;
  color: #fff;
}
.submenu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.submenu p {
  width: 1px;
  height: 20px;
  background-color: #c11119;
}
.submenu .submenu-item {
  cursor: pointer;
}
.submenu .submenu-item a {
  color: #fff!important;
  font-size: 16px!important;
}
.navigation-container {
  width: 1200px;
  margin: 0 auto;
}
.footer-divider {
  height: 1px;
  background-color: #e8e8e8;
  margin: 20px 0;
}
.navigation {
  /* display: flex;
  justify-content: space-around; */
}
/* .navigation .left-navigation,
.navigation .right-navigation {
  float: left;
  color: #fff;
  width: 50%;
} */
.navigation .left-navigation{
  display: flex;
}
.navigation .navigation-title {
  padding: 14px;
  width: 42px;
  text-align: center;
  border-radius: 10px;
  float: left;
}
.navigation .left-navigation .navigation-title {
  background-color: #ef2d36;
  font-size: 14px;
  color: #fff;
}
.navigation .right-navigation .navigation-title {
  background-color: #013c76;
  font-size: 14px;
  color: #fff;
}
/* .navigation .left-navigation .navigation-title + div,
.navigation .right-navigation .navigation-title + div {
  display: grid;
  grid-template-columns: repeat(6, 16.66%);
  float: left;
  grid-gap: 6px 3px;
  margin-left: 10px;
} */
.navigation-content{
  width:calc(100% - 70px);
  display:flex;
  justify-content: space-between;
}
.navigation .left-navigation .navigation-title + div div,
.navigation .right-navigation .navigation-title + div div {
  width: 80px;
  height: 33px;
  background-color: #e9e9e9;
  text-align: center;
  line-height: 33px;
  color: #3d3d3d;
  border-radius: 17px;
  font-size: 14px;
  cursor: pointer;
}
.activeNavigation a{
  color: #fff!important;
}
.navigation .left-navigation .navigation-title + div div:hover,
.navigation .right-navigation .navigation-title + div div:hover,
.navigation .left-navigation .navigation-title + div .activeNavigation,
.navigation .right-navigation .navigation-title + div .activeNavigation {
  transition-duration: 0.4s;
  background-color: #ef2d36;
  color: #fff;
}
/* footer */
footer {
  background-color: #ef2d36;
  font-size: 16px;
}
footer .footer-container {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 20px;
}
.footer-container .link-container {
  /* display: flex;
  justify-content: center; */
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.footer-container .link-container .link-item {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.footer-container .link-container .link-item a{
  color: #fff;
}
.footer-container .link-container .link-item:last-child {
  border: 0;
}
.divider {
  height: 1px;
  background-color: #f46067;
  margin: 20px 0;
}
.copyright div {
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.copyright div a {
  color: #fff;
}
.copyright div a:hover {
  color: #013c76;
}
/* main */
.main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 16px;
}

#noNews{
  width: 100%;
  text-align: center;
  display: none;
   color: #929191;
}

/* 在线客服的css 开始 */
.lineBox{
	position: fixed!important;
	bottom: 40%;
	right: 0px;
	left: auto;
	z-index: 999999;
}
.lineBox .lineItem{
	cursor: pointer;
	width: 50px;
	height: 55px;
	background: #ef2d36;
	margin-bottom: 1px;
	color: #fff;
	line-height: 55px;
	text-align: center;
	position: relative;
}
.lineItem .layui-icon{
	font-size: 26px;
}
.lineItem:hover{
	opacity: 0.8;
}
.lineTop{
	margin-top: 4px;
}
.lineTip{
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	position: absolute;
	top:0px;
	right: 59px;
	color: #000;
	padding: 0 10px;
	background: #fff;
	display: none;
}
.lineTip:before, .lineTip:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: rgba(255,255,255,1);
	right: -16px;
	top: 10px;
	z-index: 1;
}

.lineTip:after{
	right: -18px;
	border-left-color: rgb(237,237,237);
	z-index: 0;
}
.lineWechat{
	width: 100px;
	height: 100px;
	padding: 0px;
}
.linephone{
	width: 170px !important;
}
/* 在线客服的css 结束 */