body {
  color: #333333;
  font-family: "microsoft yahei";
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

dl {
  margin: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #151a2d;

  outline: none;
}

a:hover {
  text-decoration: none;
  color: #2679bc;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
}

table {
  border-collapse: collapse;
}

input,
textarea,
select,
button {
  border: 0;
  outline: none;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flex {
  display: flex;
  align-items: center;
}

.flex_item {
  flex: 1;
}

/**/

.header {
  background: #004c87;
  z-index: 99;
}
.header .text-right a {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
}
.search {
  width: 270px;
  float: right;
  background: #fff;
  border-radius: 30px;
  margin: 20px 0 0 0;
  padding: 0 10px;
}
.search .input-group .form-control,
.search .btn {
  background: none;
  border: none;
  height: 46px;
}
.search .btn {
  color: #3c9dc7;
}
.header .flex {
  padding: 20px 0;
}
.header .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  padding: 20px 40px;
  position: relative;
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > :hover > a,
.header .navbar-default .navbar-nav > .active > a:focus,
.header .navbar-default .navbar-nav > .active > a:hover {
  color: #9bfff9;
  background: none;
}
.header .navbar-default .navbar-nav > .active > a::after,
.header .navbar-default .navbar-nav > :hover > a::after,
.header .navbar-default .navbar-nav > .active > a:focus::after,
.header .navbar-default .navbar-nav > .active > a:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 3px solid #97dbff;
}
.navbar-nav {
  float: none;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-nav > li:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  min-width: 100%;
  background: #e0e5f0;
  border: none;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 0;
}
.dropdown-menu > li > a {
  line-height: 36px;
  padding: 0 15px;
}
.dropdown-menu > li > a:hover {
  color: #fff;
  background: #539ad6;
}
.mn li a {
  display: block;
  padding: 5px 0 5px 30px;
}
.navbar-default {
  margin: 0;
  background: none;
  border: none;
}
.footer {
  text-align: center;
  color: #fff;
  line-height: 28px;
  background: #004c87;
  padding: 30px 0;
}
.homepage .title {
  text-align: center;
  font-size: 36px;
  position: relative;
}
.homepage .title::after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  width: 100%;
  left: 0;
  position: absolute;
  top: 30px;
  z-index: 0;
}
.homepage .title span {
  display: inline-block;
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 3;
}
.homepage .a {
  padding: 50px 0;
}
.homepage .a h3 {
  text-align: center;
  color: #666;
  line-height: 26px;
  margin: 20px 0;
}
.homepage .a .box {
  border-radius: 10px;
  text-align: center;
  padding: 50px;
  color: #fff;
  margin-top: 30px;
}
.homepage .a .box h4 {
  font-size: 24px;
  margin: 30px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.homepage .a .box h4 a {
  color: #fff;
}
.homepage .a .box p {
  line-height: 30px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.homepage .a .bg1 {
  background: #222e62;
}
.homepage .a .bg2 {
  background: #222e62;
}
.homepage .a .bg3 {
  background: #222e62;
}
.homepage .a .bg4 {
  background: #222e62;
}
.homepage .a .bg5 {
  background: #222e62;
}
.homepage .a .bg0 {
  background: #222e62;
}
/*
.homepage .a .bg1 {
  background: #222e62;
}
.homepage .a .bg2 {
  background: #dc991f;
}
.homepage .a .bg3 {
  background: #de2e07;
}
.homepage .a .bg4 {
  background: #0169a6;
}
.homepage .a .bg5 {
  background: #75dfb3;
}
.homepage .a .bg0 {
  background: #a17ea7;
}*/
.homepage .b {
  padding: 40px 0;
}
.homepage .b .flex {
  margin-top: 30px;
  background: #f6f6f6;
  align-items: stretch;
}
.homepage .b .flex > div {
  overflow: hidden;
}
.homepage .b .flex .pic {
  width: 361px;
  height: 219px;
}
.homepage .b .flex dl {
  padding: 20px 30px;
}
.homepage .b .flex dl dd {
  line-height: 32px;
  text-indent: 2em;
}
.homepage .b .flex dl dt {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}
.homepage .more {
  display: block;
  margin-top: 50px;
  color: #ff8400;
}
.homepage .c {
  padding: 40px 0;
}
.homepage .c .box {
  border: 1px solid #ddd;
  min-height: 500px;
  margin-top: 30px;
}
.homepage .c .box img {
  width: 100%;
}
.homepage .c .box dl {
  padding: 20px 30px;
}
.homepage .c .box dl p {
  line-height: 30px;
  margin: 20px 0;
}
.homepage .c .box dl dt {
  border-bottom: 1px solid #eee;
  font-size: 20px;
  padding-bottom: 20px;
}
.homepage .d {
  padding: 40px 0;
}
.homepage .d ul {
  margin: 30px -15px 0;
}
.homepage .d ul li {
  float: left;
  width: 20%;
  padding: 15px;
  font-size: 12px;
}
.homepage .d ul li img {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.6s;
}
.homepage .d ul li:hover img {
  opacity: 0.5;
}
.logo_m {
  padding: 8px 0 0 0;
}
.navbar-toggle {
  margin-right: 0;
}
.langue {
  float: right;
  color: #fefefe;
  display: block;
  margin: 13px 20px 0 0;
  background: url(../images/m_index_03.png) left center no-repeat;
  padding-left: 25px;
  line-height: 24px;
}
.lg .search {
  width: 100%;
  border: 1px solid #eee;
}
.logo {
  display: block;
}
/* .logo img, */
.homepage .a .box img,
.homepage .b .flex .pic {
  transition: all 0.6s;
}
/* .logo:hover img, */
.homepage .a .box:hover img,
.homepage .b .flex:hover .pic {
  transform: scale(1.2);
}

/* 库存 */
.homepage .stock-title {
  margin-bottom: 50px;
}
.homepage .stock-title span {
  color: #004c87;
  padding: 0 40px;
}
.stock-a {
  padding: 100px 0px 0px 0px;
}
.stock-a .row P {
  font-size: 12px;
  line-height: 2.2;
  text-indent: 2em;
  margin-bottom: 10px;
}
.row-main {
  margin-bottom: 40px !important;
   line-height: 2.2;
}
table > tbody > tr > td,
table > thead > tr > th {
	font-size: 12px;
  border: 1px solid #fff;
  white-space: nowrap;
  background: #f3f3f3;
}
table > thead > tr > th {
  background: #9b9b9b;
  color: #fff;
}
.qq .qq-title {
  text-align: center;
  margin: 80px 0 50px;
  font-size: 20px;
  color: #000;
}
.qq ul {
  margin: 30px -15px;
}
.qq ul li {
  float: left;
  width: 20%;
  padding: 15px;
  font-size: 12px;
}
.qq ul li img {
  width: 100%;
  margin-bottom: 10px;
}
.qq ul li p {
  text-align: center;
}
.top-img {
  width: 100%;
  position: relative;
}
.top-img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  width: 1200px;
  font-size: 40px;
}
.top-img p span {
  padding: 0 30px 10px 0;
  border-bottom: 1px #fff solid;
}
/* 轮播图 */
.swiper-slide .img-text{
  position: absolute;
  top: 46%;
  left: 24%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.swiper-slide .img-text h3{
  font-size: 60px;
  font-weight: 700;
  color: #FEFFFE;
  margin-bottom: 35px;
}
.swiper-slide .img-text span{
  font-size: 40px;
  padding-left: 50px;
  color: #fefefe;
}
.dt{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: none;
}

.main_news_box {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	margin-top: 50px;
}

.main_news_box h2 {
	font-size: 33px;
	line-height: 1;
	color: #484848;
	margin-bottom: 50px;
}

.main_news_box .get_more {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	color: #9d9ea5;
	background: #eeeeee;
}

.main_news_box ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.main_news_box ul li {
	overflow: hidden;
	width: 32%;
	margin-right: 1.5%;
	margin-bottom: 30px;
	border: 1px solid #D5D5D5;
}

.main_news_box ul li:nth-child(3n) {
	margin-right: 0;
}

.main_news_box ul li:hover .pic img {
	transform: scale(1.05);
}
.main_news_box ul li:hover .info > div div{
	background-image: url(../images/dew_08.jpg);
}
.main_news_box ul li:hover .info > div img {
}

.main_news_box ul li:hover .info > div span {
	color: #1473bd;
}

.main_news_box ul li .pic {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.main_news_box ul li .pic img {
	display: block;
	transition: all .6s;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.main_news_box ul li .info {
	overflow: hidden;
	height: 165px;
	padding: 35px 0 0 35px;
}
.main_content .main_news {
	overflow: hidden;
	padding: 65px 0 0 0;
}

.main_content .main_news .title {
	overflow: hidden;
	padding-bottom: 46px;
	border-bottom: 2px solid #dddddd;
}

.main_content .main_news .title p {
	font-size: 32px;
	line-height: 1;
	color: #010101;
	text-align: center;
	margin-bottom: 30px;
}

.main_content .main_news .title span {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #636363;
	text-align: center;
}

.main_content .main_news .box {
	overflow: hidden;
	padding: 0 30px;
}

.main_content .main_news .box p {
	font-size: 20px;
	color: #5b5b5b;
	line-height: 40px;
	padding: 40px 0;
}

.main_news_box ul li .info p {
	font-size: 22px;
	color: #000000;
}

.main_news_box ul li .info > div {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 35px;
}

.main_news_box ul li .info > div span {
	font-size: 16px;
	transition: all .3s;
	color: #6f6f6f;
	margin-right: 5px;
}

.main_news_box ul li .info > div div {
	width: 27px;
	height: 8px;
	background-image: url(../images/dew_11.jpg);
	background-size: 100%;
	margin-left: 13px;
}

.main_content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
}
.tabbar {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabbar li {
	width: 144px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ededed;
	font-size: 16px;
	color: #272727;
	transition: all .2s;
	cursor: pointer;
	margin: 0 6px;
}

.tabbar li.on {
	background: #004c87;
	color: #fff;
}

.tabbar li:hover {
	background: #004c87;
	color: #fff;
}


@media (max-width: 768px) {
  .dt{
    display: block;
  }
  /* 库存 */
  table > tbody > tr > td,
  table > thead > tr > th {
    font-size: 12px;
  }
  .qq ul li {
    padding: 0 2px;
    font-size: 12px;
    transform: scale(0.8);
    white-space: nowrap;
  }
  .table-responsive {
    border: 0 !important;
  }
  .homepage .stock-a {
    padding: 20px 0;
  }
  .homepage .stock-title {
    margin-bottom: 15px;
  }
  .homepage .title::after {
    top: 20px;
  }
  .stock-a .row P {
    font-size: 14px;
  }
  table tbody tr td:last-child span {
    display: none;
  }

  .navbar-nav > li {
    display: block;
    text-align: left;
  }
  .homepage .a {
    padding: 20px 0;
  }
  .header .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 12px;
    color: #004c87;
    border-bottom: 1px solid #ccc;
  }
  .header .navbar-default .navbar-nav > li:last-child > a {
    border: none;
  }
  .dropdown-menu {
    float: none;
    position: static;
    box-shadow: none;
    background: #f4f4f4;
  }
  .dropdown-menu > li > a {
    padding-left: 25px;
  }
  .homepage .c {
    padding: 0;
  }
  .homepage .more {
    margin-top: 30px;
  }
  .homepage .b .flex {
    display: block;
  }
  .homepage .b .flex .pic {
    width: 100%;
    height: auto;
  }
  .homepage .a .box {
    padding: 15px;
    margin-top: 10px;
  }
  .homepage .a .box img {
    height: 60px;
  }
  .homepage .a .box h4 {
    font-size: 16px;
    margin: 10px 0 5px;
  }
  .homepage .a .box p {
    line-height: 20px;
    font-size: 12px;
  }
  .homepage .c .box {
    min-height: auto;
    position: relative;
  }
  .homepage .d ul {
    margin: 20px -5px;
  }
  .homepage .d ul li {
    width: 50%;
    padding: 5px;
  }
  .homepage .title {
    font-size: 24px;
  }
  .swiper-pagination-bullet {
    background: #fff;
  }
  .row {
    margin: 0 -5px;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background: #f4f4f4;
  }
  .mn li a {
    padding-left: 40px;
    color: #999;
  }
  .header .navbar-default .navbar-nav > .active > a,
  .header .navbar-default .navbar-nav > :hover > a,
  .header .navbar-default .navbar-nav > .active > a:focus,
  .header .navbar-default .navbar-nav > .active > a:hover {
    color: #004c87;
    background: none;
  }
  .header .navbar-default .navbar-nav > .active > a::after,
  .header .navbar-default .navbar-nav > :hover > a::after,
  .header .navbar-default .navbar-nav > .active > a:focus::after,
  .header .navbar-default .navbar-nav > .active > a:hover::after {
    display: none;
  }
  .homepage .c .box dl dt {
    display: none;
  }
  .homepage .d ul li {
    font-size: 12px;
  }
  .homepage .d ul li p {
    white-space: nowrap;
  }
  .top-img p {
    width: auto;
    font-size: 18px;
    left: 0;
    transform: translate(15px, -50%);
    -webkit-transform: translate(15px, -50%);
  }
  .top-img p span {
    padding: 0 10px 5px 0;
  }
  .swiper-slide .img-text{
    left: 20%;
  }
  .swiper-slide .img-text h3{
    margin-bottom: 35px;
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .swiper-slide .img-text span{
    font-size: 16px;
    padding-left: 15px;
  }
  .imgbox img{width:100%;}
}
@media (max-width: 1260px) {
  .top-img p {
    width: auto;
    left: 0;
    transform: translate(15px, -50%);
    -webkit-transform: translate(15px, -50%);
  }

}
@media (max-width: 1300px) {
  .main_content{
  	width: 90%;
  }
}
@media (max-width: 1100px) {
	.main_news_box ul{
		justify-content: space-between;
	}
 	.main_news_box ul li{
 		width: 49%;
 		margin: 0;
 		margin-bottom: 30px;
 	}
}
@media (max-width: 800px) {
	.main_content{
  	width: 90%;
  	padding: 30px 0;
  }
  .tabbar li{
  	width: 100px;
  	height: 36px;
  	font-size: 14px;
  }
  .main_news_box{
  	margin-top: 10px;
  }
  .main_news_box h2{
  	font-size: 18px;
  	text-align: center;
  	margin-bottom: 30px;
  }
  .main_news_box ul li .pic{
  	height: 130px;
  }
  .main_news_box ul li .info{
  	padding: 15px;
  	height: 100px;
  }
  .main_news_box ul li .info p{
  	font-size: 16px;
  	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
  }
  .main_news_box ul li .info > div{
  	margin-top: 10px;
  }
  .main_news_box ul li .info > div span{
  	font-size: 12px;
  }
  .main_news_box ul li .info > div img{
  	width: 20px;
  }
  .main_news_box ul li{
  	margin-bottom: 10px;
  }
  .main_news_box .get_more{
  	height: 40px;
  	font-size: 14px;
  }
  .main_content .main_news{
  	padding-top: 30px;
  }
  .main_content .main_news .title{
  	padding-bottom: 20px;
  }
  .main_content .main_news .title p{
  	font-size: 20px;
  	line-height: 1.6;
  	margin-bottom: 15px;
  }
  .main_content .main_news .title span{
  	font-size: 14px;
  }
  .main_content .main_news .box{
  	padding: 0;
  }
  .main_content .main_news .box p{
  	font-size: 16px;
  	line-height: 1.6;
  	padding: 10px 0;
  }
}
