.content_inside {
  padding-top: 20px;
}
.sub_menu {
  float: left;
  width: 20%;
}
.sub_menu .sub_menu_title {
  font-size: 16px;
}
.sub_menu .sub_menu_title .layui-icon {
  color: #1c3691;
  font-size: 20px;
  vertical-align: -2px;
}
.sub_menu .list {
  margin-top: 15px;
  background-color: #f5f5f5;
}
.sub_menu .list .nav_item {
  position: relative;
  width: 100%;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  height: 56px;
  line-height:56px;
  text-align: center;
  /* padding: 0 5px; */
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.sub_menu .list .nav_item > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 56px;
}
.sub_menu .list .nav_item .sub_item {
  display: none;
  position: absolute;
  width: 140px;
  height: 100%;
  right: -140px;
  top: 0;
  z-index: 99;
}
.sub_menu .list .nav_item .sub_item > li {
  text-align: center;
  height: 100%;
  line-height: 56px;
  background-color: #fff;
}
.sub_menu .list .nav_item .sub_item > li:hover {
  background-color: #eee;
}
.sub_menu .list .nav_item .sub_item > li > a {
  display: block;
  color: #333;
}
.sub_menu .list .active {
  /* background-color: #1c3691;
  color:white; */
}
.sub_menu .list .active > a {
  color: #fff;
}
.sub_menu .contact {
  margin-top: 15px;
  border-radius: 8px;
  padding: 20px 0;
  background-color: #e7ecf0;
  text-align: center;
}
.sub_menu .contact img {
  width: 32px;
  height: 32px;
}
.sub_menu .contact .word {
  padding: 10px 0;
}
.sub_menu .contact .phone_num {
  font-size: 18px;
  color: #02121e;
}
.content {
  float: left;
  width: 77%;
  margin-left: 36px;
}
.content .breadcrumb {
  text-align: right;
  height: 23px;
  line-height: 23px;
}
.content .breadcrumb img {
  vertical-align: -2px;
}
.content .breadcrumb .deli {
  color: #999 !important;
}
.content .breadcrumb span {
  color: #333;
}
.content .flex_box {
  margin-top: 15px;
  padding: 25px;
  border: 1px solid #ddd;
}
.content .flex_box .item {
  width: 270px;
  float: left;
  margin: 0 30px 30px 0;
  border: 3px solid #f2f2f2;
  box-sizing: border-box;
  padding: 15px;
}
.content .flex_box .item:nth-child(3n+3) {
  margin-right: 0;
}
.content .flex_box .item:hover {
  border-color: #0e4386;
}
.content .flex_box .item:hover .img_box::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.content .flex_box .item .img_box {
  /* width: 250px; */
  height: 240px;
  position: relative;
}
.content .flex_box .item img {
  width: 100%;
  height: 100%;
}
.content .flex_box .item .desc .name {
  padding-top: 12px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.content .flex_box .item .desc .text {
  color: #666;
  font-size: 14px;
}
.content .flex_box .item .desc .text span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content .flex_box .item .desc .text > div {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_center {
  margin-top: 15px;
}
.news_center .inner_news {
  border: 1px solid #ddd;
}
.inner_news_list li {
  display: flex;
  margin: 10px 0;
  padding: 20px 30px;
  border-bottom: 1px dashed #ddd;
}
.inner_news_list li .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  background-color: #eee;
  color: #1c3691;
  font-size: 12px;
  padding-bottom: 5px;
}
.inner_news_list li .date h1 {
  font-size: 32px;
}
.inner_news_list li .news_conts {
  flex: 1;
  margin-left: 30px;
}
.news_conts .title {
  padding: 0;
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 15px;
}
.news_conts .title:hover a {
  color: #1c3691;
}
.news_conts .desc {
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_conts .desc p {
  font-size: 14px!important;
  color: #999 !important;
}
.news_conts .desc span {
  font-size: 14px!important;
  color: #999 !important;
}
.contact_us {
  margin-top: 15px;
}
.contact_us #map {
  width: 100%;
  height: 395px;
  border: 1px solid #ddd;
}
.contact_us .info {
  text-align: center;
  margin-top: 35px;
}
.contact_us .info .name {
  font-size: 20px;
  font-weight: bold;
}
.contact_us .info .address {
  margin-top: 15px;
}
.leave_msg {
  position: relative;
  height: 565px;
  background: url('../images/leave_msg_bg.jpg') no-repeat;
  margin-top: 15px;
}
.leave_msg .mask {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 565px;
  background-color: rgba(255, 255, 255, 0.7);
}
.leave_msg .my_word {
  position: relative;
  top: 140px;
  left: 100px;
  width: 237px;
  height: 270px;
  border: 3px solid #ddd;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 25px;
  color: #666;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}
.leave_msg .my_word .word {
  margin-top: 25px;
}
.leave_msg .my_word span {
  position: absolute;
  left: 50%;
  bottom: -17px;
  height: 34px;
  margin-left: -65px;
}
.leave_msg .layui-form {
  position: absolute;
  top: 40px;
  right: 100px;
  width: 410px;
}
.leave_msg .layui-form .layui-form-label {
  display: block;
  float: initial;
  text-align: left;
  padding: 9px 0;
  color: #2a2a2a;
}
.leave_msg .layui-form .layui-input-block {
  margin-left: 0;
}
.leave_msg .layui-form .layui-form-item {
  margin-bottom: 5px;
}
.leave_msg .layui-form .layui-textarea {
  resize: none;
}
.leave_msg .layui-form .layui-btn {
  background-color: #0e4386;
  padding: 0 40px;
  margin-top: 20px;
}
.about_us .title {
  margin-top: 30px;
}
.about_us .title h1 {
  text-align: center;
  color: #242424;
  font-size: 30px;
  font-weight: bold;
}
.about_us .title div {
  color: #5a5a5a;
  text-align: center;
  margin-top: 8px;
}
.about_us .au_content {
  margin-top: 50px;
  color: #676767;
  line-height: 32px;
}
.news_details {
  margin-top: 30px;
}
.news_details .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.news_details .row {
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.news_details .row span {
  margin-right: 30px;
}
.product_details {
  margin-top: 30px;
}
.product_details .name {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.product_details .product_img {
  text-align: center;
}
.product_details .product_img img {
  width: 62%;
  height: auto;
}
.product_details .detail_cont {
  margin: 40px 0;
}
.has_more {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.has_more p {
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}






.menu_body a{
	display: inline-block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align: center;
	border: 1px solid #e1e1e1;
	background:white;
}
.menu_body a:hover{
	color:white;
	background:#5FB878;
}
.current{
	background:#1c3691;
	color:white;
}