/*头*/
.menu li:hover,
.inhere {
  background: rgba(0, 0, 0, 0.15);
  color: #333 !important;
}
.header {
  width: 100%;
  min-width: 1200px;
  height: 78px;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #034093;
  display: flex;
}
.t {
  height: 78px;
  width: 1200px;
  width: 60%;
  margin: auto;
  box-sizing: border-box;
  padding-left: 30px;
}
.Language {
  width: 20%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
}
.pull-right {
  /* float: right !important; */
  display: flex;
  align-items: center;
}
.Language a {
  /* float: left; */
  padding: 3px 10px;
  font-size: 15px;
  color: #fff;
  transition: 0.5s;
}
.Language a:hover {
  border: 1px solid #e75826;
  color: #e75826;
}
.Language a.en {
  margin-left: -1px;
}
.Language a.active {
  border: 1px solid #e75826;
  color: #e75826;
  position: relative;
}
.header .logo {
  height: 62px;
  width: 389px;
  /* float: left; */
  padding-left: 200px;
  margin-top: 8px;
}
.header .logo img {
  max-width: 100%;
  max-height: 100%;
}
.header div ul {
  width: 70%;
  width: 100%;
  /* float: right; */
  line-height: 78px;
  display: flex;
}
.header div ul li {
  color: #000;
  font-size: 16px;
  display: block;
  /* float: left; */
  width: 140px;
  text-align: center;
}
.header div ul li a {
  color: #fff;
}
/*banner*/
.banner1 {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.banner {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
}
#indexslider {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.index-img {
  width: 1920px;
  overflow: hidden;
}
.index-pagination {
  position: absolute;
  top: 710px;
  left: 50%;
  width: 129px;
  margin-left: -64px;
  z-index: 99;
}
.index-pagination li {
  display: inline-block;
  width: 35px;
  position: relative;
  float: left;
  margin: 0 4px;
  overflow: hidden;
}
.index-pagination li a div {
  width: 35px;
  height: 9px;
  background: #fff;
  cursor: pointer;
}
.index-pagination li a div span {
  height: 20px;
  width: 0;
  background: #ec5f10;
}
.index-pagination li a:hover div {
  background: #ec5f10;
}
/*produce*/
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.main_p {
  position: relative;
  margin-top: 30px;
}
.dtd_t {
  background: url(../images/s_bg_2.jpg) no-repeat center 56px;
  text-align: center;
  color: #142f76;
  font-size: 24px;
  line-height: 69px;
  margin-bottom: 38px;
}
#demo2 {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 43px;
}
#demo2 ul li {
  float: left;
  width: 283px;
  height: 264px;
  display: inline;
  margin-right: 10px;
  position: relative;
  background-color: #fff;
  padding: 0px;
  border: 1px solid #dcdcdc;
}
#demo2 ul li a img {
  display: block;
  width: 100%;
}
#demo2 ul li figure {
  display: block;
}
#demo2 ul li .noftgh {
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #303030;
  background-color: #f1f1f1;
  border-top: 1px solid #dcdcdc;
}
#demo2 ul li:hover .noftgh {
  background-color: #142f76;
  color: #fff;
  overflow: hidden;
}
/*about*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  /* visibility: hidden; */
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0;
  padding: 0;
  width: 0;
  border: none;
  overflow: hidden;
}
#main {
  background: url(../images/main_bg.jpg) no-repeat center top;
  padding: 53px 0 62px;
  margin-top: 0px;
}
.about_img {
  float: left;
  width: 460px;
  line-height: 0px;
}
.m_about_t {
  float: right;
  width: 718px;
  color: #fff;
  line-height: 29px;
}
.m_about_htn {
  color: #ec5f10;
  font-size: 24px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.about_more {
  background: url(../images/m_about_more.png) no-repeat right center;
  font-size: 12px;
  width: 63px;
  text-indent: 2px;
  margin-top: 16px;
  color: #fff;
  line-height: 20px;
}
.about-s {
  max-height: 200px;
  overflow: hidden;
}
/*new*/
.news_t {
  margin-bottom: 28px;
}
.m_news_bd .item {
  padding: 0px 0 30px 0;
  width: 584px;
  float: left;
  margin-right: 16px;
}
.m_news_bd .time {
  width: 114px;
  border: solid 1px #ccc;
  background-color: #ccc;
  float: left;
  text-align: center;
}
.m_news_bd .item:hover .time {
  border: solid 1px #152f75;
  background-color: #152f75;
}
.m_news_bd .time .p2 {
  font-size: 48px;
  color: #969696;
  line-height: 68px;
  background-color: #fff;
}
.m_news_bd .time .p1 {
  font-size: 13px;
  color: #fff;
  line-height: 30px;
}
.m_news_bd .list {
  width: 454px;
  float: right;
  display: inline;
}
.m_news_bd .list h4 {
  font-size: 16px;
  line-height: 32px;
  margin-top: -7px;
}
.m_news_bd .list h4 a {
  color: #1e1e1e;
  font-weight: normal;
}
.m_news_bd .list h4 a:hover {
  color: #142f76;
  text-decoration: none;
}
.m_news_bd .list p {
  line-height: 200%;
  color: #333;
  font-size: 12px;
}
.m_news_bd .item:hover .list h4 a {
  color: #01649a;
  font-weight: normal;
}

/*footer*/
#index_contact {
  background: #333;
  margin: 0 auto;
}
.dt {
  text-align: center;
  float: left;
  margin: 40px 0;
  font-size: 24px;
  color: white;
  margin-left: 30px;
}
#index_contact .cont p {
  line-height: 34px;
  color: white;
  text-align: left;
  margin: 34px 0;
  margin-left: 300px;
  font-size: 15px;
}
.main-width {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#footer {
  background: #000;
  color: white;
  height: 50px;
  line-height: 50px;
}
.main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.maa {
  float: left;
}
.ma {
  float: right;
}
